c
struct strbuf realpath;
strbuf_init(&realpath, PATH_MAX);  // Use a safe maximum path length
