Plan 9 from User Space's /usr/local/plan9/src/lib9/getwd.c

#include <u.h>
#include <libc.h>

#undef getwd

char*
p9getwd(char *s, int ns)
{
	return getcwd(s, ns);
}

Space Glenda

Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See license for details.