compiler/bootstrap/unix-88/OPP.h
2018-04-10 22:51:26 +04:00

16 lines
266 B
C

/* voc 2.1.0 [2018/04/10]. Bootstrapping compiler for address size 8, 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