code: purgatorio

ref: 249dc0489c7b24371e1f829e9c849fa7464f6c0c
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);
}