URI: 
       stubs.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
       ---
       stubs.c (199B)
       ---
            1 /*
            2  * This file only provides stubs of functions that are
            3  * not needed for qbe
            4  */
            5 #include <scc/scc.h>
            6 
            7 #include "../cc2.h"
            8 
            9 void
           10 peephole(void)
           11 {
           12 }
           13 
           14 void
           15 gencfg(void)
           16 {
           17 }
           18 
           19 void
           20 cleancfg(void)
           21 {
           22 }