mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 12:12:25 +00:00
28 lines
443 B
C
28 lines
443 B
C
/* voc 1.95 [2016/08/23] for gcc LP64 on cygwin tspkaSfF */
|
|
|
|
#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 INTEGER OPS_numtyp;
|
|
import LONGINT OPS_intval;
|
|
import REAL OPS_realval;
|
|
import LONGREAL OPS_lrlval;
|
|
|
|
|
|
import void OPS_Get (SHORTINT *sym);
|
|
import void OPS_Init (void);
|
|
import void *OPS__init(void);
|
|
|
|
|
|
#endif
|