diff options
Diffstat (limited to 'utils/srclist/Plan9.c')
| -rw-r--r-- | utils/srclist/Plan9.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/srclist/Plan9.c b/utils/srclist/Plan9.c new file mode 100644 index 00000000..31838bd4 --- /dev/null +++ b/utils/srclist/Plan9.c @@ -0,0 +1,7 @@ +#include "lib9.h" + +char* +mygetwd(char *path, int len) +{ + return getwd(path, len); +} |
