mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 21:32:26 +00:00
16 lines
229 B
C
16 lines
229 B
C
/* voc 1.95 [2016/09/23] for gcc LP64 on cygwin xtspaSfF */
|
|
|
|
#ifndef OPP__h
|
|
#define OPP__h
|
|
|
|
#include "SYSTEM.h"
|
|
#include "OPT.h"
|
|
|
|
|
|
|
|
|
|
import void OPP_Module (OPT_Node *prog, SET opt);
|
|
import void *OPP__init(void);
|
|
|
|
|
|
#endif // OPP
|