#include char * realpath(const char * restrict file_name, char * restrict resolved_name) { return resolved_name; } /* XOPEN(400) */