#include <stdlib.h>

char *realpath(const char *filename, char *resolved)
{
	return 0;
}