16 int rc_sourcefile(char *filename
)
22 name
= path_search(filename
, "r", rcpath
);
29 fgets(line
, sizeof line
, f
);
30 if ((p
= strpbrk(line
, "#\r\n")))
39 rcvar_t rcfile_exports
[] =
41 RCV_STRING("rcpath", &rcpath
, "path to look for gnuboy.rc"),