thxsauron_le_noir wrote:in libc getcwd() give you the current directory
getcwd(str,len of str)
return you the current directory in the string str the second parametre is usualy
sizeof(str)
But where can I find the function getcwd(), which file?
I searched for libc, but i only found libc.a