code: 9ferno

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

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

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