scc

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

sysincludes.def.h (203B)


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