xref: /inferno-os/utils/srclist/Nt.c (revision 7ef44d652ae9e5e1f5b3465d73684e4a54de73c0)
1 #include	<windows.h>
2 #include	"lib9.h"
3 
4 char*
5 mygetwd(char *path, int len)
6 {
7 	return getcwd(path, len);
8 }
9