Added the realpath() prototype.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@838 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
544cb7d33a
commit
cedc441e4a
@ -32,6 +32,8 @@ int setenv(char const *, char const *, int);
|
||||
int putenv(char const *);
|
||||
void unsetenv(char const *);
|
||||
|
||||
char *realpath(const char *path, char *resolved);
|
||||
|
||||
void *bsearch(void const *, void const *, size_t, size_t, int (*) (void const *, void const *));
|
||||
int heapsort(void *, size_t , size_t , int (*)(void const *, void const *));
|
||||
int mergesort(void *, size_t, size_t, int (*)(void const *, void const *));
|
||||
|
Loading…
Reference in New Issue
Block a user