mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 11:02:24 +00:00
Moving to config independent types stage 1 - generate intxx types.
This commit is contained in:
parent
159f5a3d80
commit
ee8342ef0d
168 changed files with 6673 additions and 6565 deletions
|
|
@ -11,8 +11,8 @@
|
|||
import void Console_Bool (BOOLEAN b);
|
||||
import void Console_Char (CHAR ch);
|
||||
import void Console_Flush (void);
|
||||
import void Console_Hex (LONGINT i);
|
||||
import void Console_Int (LONGINT i, LONGINT n);
|
||||
import void Console_Hex (int32 i);
|
||||
import void Console_Int (int32 i, int32 n);
|
||||
import void Console_Ln (void);
|
||||
import void Console_Read (CHAR *ch);
|
||||
import void Console_ReadLine (CHAR *line, LONGINT line__len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue