Files
semi-libc/src/misc/realpath.c
T

7 lines
89 B
C

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