git: purgatorio

ref: 654935ba71201d7215d9fcd96181a330ec6ff617
dir: /utils/srclist/Nt.c/

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

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