c
char realpath_buffer[PATH_MAX];
struct strbuf realpath = STRBUF_INIT;
strbuf_attach(&realpath, realpath_buffer, 0, PATH_MAX);
