shithub: purgatorio

ref: 611dced75f0a6c9fd4b35b88ee0dd9ac5806cb54
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);
}