00001 #ifndef _REALPATH_H 00002 #define _REALPATH_H 00003 00004 char *realpath(const char *_path, char *resolved_path); 00005 00006 #endif