code: 9ferno

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

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

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