#ifndef _REALPATH_H #define _REALPATH_H char *realpath(const char *_path, char *resolved_path); #endif