/* * chdir.c */ #include #include #include #include #include int chdir(const char *path) { return __com32.cs_pm->chdir(path); }