6 lines
89 B
C
6 lines
89 B
C
#include <stdlib.h>
|
|
|
|
char *realpath(const char *filename, char *resolved)
|
|
{
|
|
return 0;
|
|
}
|