getwd(3) — LIBRARY FUNCTIONS
NAME
getwd − get current working directory pathname
SYNOPSIS
/usr/ucb/cc [ flag. . . ] file . . .
#include <sys/param.h>
char ∗getwd(pathname)
char pathname[MAXPATHLEN];
DESCRIPTION
getwd copies the absolute pathname of the current working directory to pathname and returns a pointer to the result.
RETURN VALUE
getwd returns zero and places a message in pathname if an error occurs.
SEE ALSO
— BSD Compatibility Package