grafX2/realpath.h
Adrien Destugues e2fe9dcd79 Added some pathes for AROS operating system. We need someone to test it out now :)
Also, there is a realpath implementation there wich may be useful for BeOS too


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@421 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2008-12-27 11:43:03 +00:00

7 lines
105 B
C

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