Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.
@(#)getcwd.3 6.1 (Berkeley) 05/15/85
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.
@(#)getcwd.3 6.1 (Berkeley) 05/15/85
GETCWD 3F ""
C 5 NAME
getcwd - get pathname of current working directory
SYNOPSIS
integer function getcwd (dirname) character*(*) dirname
DESCRIPTION
The pathname of the default directory for creating and locating files
will be returned in
dirname. The value of the function will be zero if successful; an error code otherwise.
FILES
"SEE ALSO"
chdir(3F), perror(3F)
BUGS
Pathnames can be no longer than MAXPATHLEN as defined in
< sys/param.h >.