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