shithub: purgatorio

ref: 15e065df12bf7ad79000d150cefa5038ee7416b3
dir: purgatorio/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);
}