scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

syscrts.def.h (127B)


      1 /* configure below your system crts */
      2 char *syscrtsb[] = {
      3 	"%p/lib/scc/%a-%s/crt.o",
      4 	NULL
      5 };
      6 
      7 char *syscrtse[] = {
      8 	NULL
      9 };