code: 9ferno

ref: 9484894a9ec7b83ff880c5b89bb7c14760c237de
dir: /utils/srclist/Nt.c/

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

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