/* * getcwd.c */ #include #include char *getcwd(char *buf, size_t size) { return __com32.cs_pm->getcwd(buf, size); }