compiler/bootstrap/windows-48/OPV.h
2018-04-10 22:51:26 +04:00

18 lines
332 B
C

/* voc 2.1.0 [2018/04/10]. Bootstrapping compiler for address size 8, alignment 8. xtspaSF */
#ifndef OPV__h
#define OPV__h
#include "SYSTEM.h"
#include "OPT.h"
import void OPV_AdrAndSize (OPT_Object topScope);
import void OPV_Init (void);
import void OPV_Module (OPT_Node prog);
import void *OPV__init(void);
#endif // OPV