OPP.h 266 B

12345678910111213141516
  1. /* voc 2.1.0 [2017/07/20]. Bootstrapping compiler for address size 8, alignment 8. xtspaSF */
  2. #ifndef OPP__h
  3. #define OPP__h
  4. #include "SYSTEM.h"
  5. #include "OPT.h"
  6. import void OPP_Module (OPT_Node *prog, UINT32 opt);
  7. import void *OPP__init(void);
  8. #endif // OPP