mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 02:52:24 +00:00
Update bootstrap sources.
This commit is contained in:
parent
3c1e64375e
commit
c409b84e68
10 changed files with 74 additions and 69 deletions
|
|
@ -13,7 +13,7 @@ import void Out_Char (CHAR ch);
|
|||
import void Out_Flush (void);
|
||||
import void Out_Hex (INT64 x, INT64 n);
|
||||
import void Out_HexDump (SYSTEM_BYTE *m, ADDRESS m__len);
|
||||
import void Out_HexDumpAdr (INT64 a, INT64 o, INT64 l);
|
||||
import void Out_HexDumpAdr (INT64 adr, INT64 offset, INT32 length);
|
||||
import void Out_Int (INT64 x, INT64 n);
|
||||
import void Out_Ln (void);
|
||||
import void Out_LongReal (LONGREAL x, INT16 n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue