code: 9ferno

ref: 7985abab54a34edc67e0d9dfa041a2ab7a4e85c4
dir: /utils/srclist/Posix.c/

View raw version
#include	"lib9.h"
#undef getwd
#undef getwd
#include	<unistd.h>

char*
mygetwd(char *path, int len)
{
	return getcwd(path, len);
}