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

