mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
16 lines
267 B
C
16 lines
267 B
C
/* voc 2.1.0 [2019/10/11]. Bootstrapping compiler for address size 8, alignment 8. xrtspaSF */
|
|
|
|
#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
|