Reorganise system and runtime library modules for both O2 and OC builds.

This commit is contained in:
David Brown 2016-10-01 17:26:44 +01:00
parent c924a33a05
commit c2567a2600
223 changed files with 1521 additions and 4039 deletions

21
bootstrap/unix-88/Out.h Normal file
View file

@ -0,0 +1,21 @@
/* voc 1.95 [2016/10/01]. Bootstrapping compiler for address size 8, alignment 8. tsSfF */
#ifndef Out__h
#define Out__h
#include "SYSTEM.h"
import void Out_Char (CHAR ch);
import void Out_Int (int64 x, int64 n);
import void Out_Ln (void);
import void Out_LongReal (LONGREAL x, int16 n);
import void Out_Open (void);
import void Out_Real (REAL x, int16 n);
import void Out_String (CHAR *str, LONGINT str__len);
import void *Out__init(void);
#endif // Out