code: 9ferno

ref: 6bb619c8db2867ddd9cd19c0aec05065f5ee0cae
dir: /utils/srclist/Nt.c/

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

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