compiler/bootstrap/unix-48/OPP.h
2016-12-18 17:13:46 +00:00

16 lines
265 B
C

/* voc 2.00 [2016/12/18]. Bootstrapping compiler for address size 4, alignment 8. xtspaSF */
#ifndef OPP__h
#define OPP__h
#include "SYSTEM.h"
#include "OPT.h"
import void OPP_Module (OPT_Node *prog, UINT32 opt);
import void *OPP__init(void);
#endif // OPP