git: purgatorio

ref: eda0723dd3e8d781dd323bb20207ce1f1dfcc368
dir: /utils/srclist/Nt.c/

View raw version
#include	<windows.h>  
#include	"lib9.h"

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