#include #include char *getcwd(char *buf, size_t size) { return (char *)syscall(getcwd, buf, size); }