compiler/bootstrap/unix-88/OPS.h
runkharr 8675fbf5f4 src/runtime/Files.Mod: Now using SYSTEM.MAXPATHLEN + 1 as size for the array-
type 'FileName' ...
bootstrap/*/*.[ch]: Committing the bootstrapping files after the modifications
    on the compiler and the runtime ...
2018-04-13 03:44:48 +02:00

28 lines
475 B
C

/* voc 2.1.0 [2018/04/13]. Bootstrapping compiler for address size 8, alignment 8. tspaSF */
#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