char* getcwd(char* buf, size_t size);
Gets the current working directory and places it into buf, with maximum length size. Returns a pointer to buf.
char* getcwd(char* buf, size_t size);
Gets the current working directory and places it into buf, with maximum length size. Returns a pointer to buf.