Out.Mod. Add buffer, simplify real output.

This commit is contained in:
David Brown 2016-10-11 11:42:22 +01:00
parent ebd1a2e695
commit ee77ec43ca
200 changed files with 803 additions and 1045 deletions

View file

@ -1,4 +1,4 @@
/* voc 1.95 [2016/10/08]. Bootstrapping compiler for address size 8, alignment 8. xtspaSfF */
/* voc 1.95 [2016/10/11]. Bootstrapping compiler for address size 8, alignment 8. xtspaSfF */
#ifndef Out__h
#define Out__h
@ -9,13 +9,14 @@
import void Out_Char (CHAR ch);
import void Out_Flush (void);
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 REAL Out_Ten (int16 e);
import LONGREAL Out_Ten (int16 e);
import void *Out__init(void);