scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

syslibs.def.h (146B)


      1 char *syslibs[] = {
      2 	PREFIX "/lib/scc/" ,
      3 	/* configure below your standard sys include paths */
      4 	PREFIX "/lib/",
      5 	PREFIX "/local/lib/",
      6 	NULL
      7 };