@@ -364,6 +364,7 @@ static void *alloc(size_t size) { return calloc(1, size); }
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if DCFG_POSIX_SUPPORT
|
#if DCFG_POSIX_SUPPORT
|
||||||
|
char *realpath(char const *, char *);
|
||||||
static char *realpath_(char const *s)
|
static char *realpath_(char const *s)
|
||||||
{
|
{
|
||||||
char buf[PATH_MAX];
|
char buf[PATH_MAX];
|
||||||
|
Reference in New Issue
Block a user