code: purgatorio

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

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

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