shithub: purgatorio

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

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

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