musl/src/misc/realpath.c
2011-02-12 00:22:29 -05:00

6 lines
89 B
C

#include <stdlib.h>
char *realpath(const char *filename, char *resolved)
{
return 0;
}