|
NAMEgetns - get path to name space directorySYNOPSIS#include <u.h>#include <libc.h> char* getns(void) DESCRIPTIONGetns returns a pointer to a malloced string that contains the path to the name space directory for the current process. The name space directory is a clumsy substitute for Plan 9's per-process name spaces; see for details.SOURCE/src/lib9/getns.cSEE ALSO Visit the GSP FreeBSD Man Page Interface. |