mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
Update bootstrap C source.
This commit is contained in:
parent
cbf78cb6f1
commit
7279aa91be
185 changed files with 1465 additions and 1465 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* voc 1.95 [2016/11/24]. Bootstrapping compiler for address size 8, alignment 8. xtspaSF */
|
||||
/* voc 2.00 [2016/11/25]. Bootstrapping compiler for address size 8, alignment 8. xtspaSF */
|
||||
|
||||
#ifndef Out__h
|
||||
#define Out__h
|
||||
|
|
@ -16,7 +16,7 @@ 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_String (CHAR *str, ADDRESS str__len);
|
||||
import LONGREAL Out_Ten (INT16 e);
|
||||
import void *Out__init(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue