Home
       objcopy.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
       ---
       objcopy.c (37B)
       ---
            1 /* TODO */
            2 int
            3 main()
            4 {
            5         return 0;
            6 }