Copyright Digital Equipment Corp. All rights reserved.

realpath

   Returns an absolute pathname from the POSIX root.

   Format

     #include  <stdlib.h>

     char realpath  (const char *restrict file_name, char *restrict 
                    resolved_name);
 


Additional information available:

Arguments       Description     Return_Values