| #include <unistd.h> | |
| char *getcwd(char *buf, size_t size); | |
| /* Returns: buf if OK, NULL on error */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| #include <unistd.h> | |
| char *getcwd(char *buf, size_t size); | |
| /* Returns: buf if OK, NULL on error */ |