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
This commit is contained in:
6
realpath.h
Normal file
6
realpath.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _REALPATH_H
|
||||
#define _REALPATH_H
|
||||
|
||||
char *realpath(const char *_path, char *resolved_path);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user