code: purgatorio

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

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

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