Home
       0178-include.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
       ---
       0178-include.c (73B)
       ---
            1 #define FILE "0178-include.h"
            2 #include FILE
            3 
            4 int
            5 main()
            6 {
            7         return RET;
            8 }