xref: /inferno-os/utils/srclist/Plan9.c (revision 4eb166cf184c1f102fb79e31b1465ea3e2021c39)
1 #include	"lib9.h"
2 
3 char*
4 mygetwd(char *path, int len)
5 {
6 	return getwd(path, len);
7 }
8