Home
       optm.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
       ---
       optm.c (88B)
       ---
            1 #include <scc/scc.h>
            2 
            3 #include "../../cc2.h"
            4 
            5 Node *
            6 optm_dep(Node *np)
            7 {
            8         return np;
            9 }