mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
28 lines
477 B
C
28 lines
477 B
C
/* voc 2.1.0 [2019/10/11]. Bootstrapping compiler for address size 8, alignment 8. xrtspaSF */
|
|
|
|
#ifndef OPS__h
|
|
#define OPS__h
|
|
|
|
#include "SYSTEM.h"
|
|
|
|
typedef
|
|
CHAR OPS_Name[256];
|
|
|
|
typedef
|
|
CHAR OPS_String[256];
|
|
|
|
|
|
import OPS_Name OPS_name;
|
|
import OPS_String OPS_str;
|
|
import INT16 OPS_numtyp;
|
|
import INT64 OPS_intval;
|
|
import REAL OPS_realval;
|
|
import LONGREAL OPS_lrlval;
|
|
|
|
|
|
import void OPS_Get (INT8 *sym);
|
|
import void OPS_Init (void);
|
|
import void *OPS__init(void);
|
|
|
|
|
|
#endif // OPS
|