URI: 
       mach.c - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
       mach.c (54B)
       ---
            1 #include <scc/scc.h>
            2 
            3 #include "../cc2.h"
            4 
            5 Mach mach;