shithub: purgatorio

ref: a411870ee4640241e3c494367d922847da84f972
dir: purgatorio/utils/srclist/Nt.c

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

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