mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
Uppercase internal SYSTEM.H types address, int*, uint*. Phase 1.
This commit is contained in:
parent
1935f63cd6
commit
baeb2db81f
205 changed files with 8388 additions and 8311 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* voc 1.95 [2016/10/28]. Bootstrapping compiler for address size 8, alignment 8. xtspaSfF */
|
||||
/* voc 1.95 [2016/11/08]. Bootstrapping compiler for address size 8, alignment 8. xtspaSfF */
|
||||
|
||||
#ifndef VT100__h
|
||||
#define VT100__h
|
||||
|
|
@ -9,27 +9,27 @@
|
|||
import CHAR VT100_CSI[5];
|
||||
|
||||
|
||||
import void VT100_CHA (int16 n);
|
||||
import void VT100_CNL (int16 n);
|
||||
import void VT100_CPL (int16 n);
|
||||
import void VT100_CUB (int16 n);
|
||||
import void VT100_CUD (int16 n);
|
||||
import void VT100_CUF (int16 n);
|
||||
import void VT100_CUP (int16 n, int16 m);
|
||||
import void VT100_CUU (int16 n);
|
||||
import void VT100_CHA (INT16 n);
|
||||
import void VT100_CNL (INT16 n);
|
||||
import void VT100_CPL (INT16 n);
|
||||
import void VT100_CUB (INT16 n);
|
||||
import void VT100_CUD (INT16 n);
|
||||
import void VT100_CUF (INT16 n);
|
||||
import void VT100_CUP (INT16 n, INT16 m);
|
||||
import void VT100_CUU (INT16 n);
|
||||
import void VT100_DECTCEMh (void);
|
||||
import void VT100_DECTCEMl (void);
|
||||
import void VT100_DSR (int16 n);
|
||||
import void VT100_ED (int16 n);
|
||||
import void VT100_EL (int16 n);
|
||||
import void VT100_HVP (int16 n, int16 m);
|
||||
import void VT100_IntToStr (int32 int_, CHAR *str, LONGINT str__len);
|
||||
import void VT100_DSR (INT16 n);
|
||||
import void VT100_ED (INT16 n);
|
||||
import void VT100_EL (INT16 n);
|
||||
import void VT100_HVP (INT16 n, INT16 m);
|
||||
import void VT100_IntToStr (INT32 int_, CHAR *str, LONGINT str__len);
|
||||
import void VT100_RCP (void);
|
||||
import void VT100_SCP (void);
|
||||
import void VT100_SD (int16 n);
|
||||
import void VT100_SGR (int16 n);
|
||||
import void VT100_SGR2 (int16 n, int16 m);
|
||||
import void VT100_SU (int16 n);
|
||||
import void VT100_SD (INT16 n);
|
||||
import void VT100_SGR (INT16 n);
|
||||
import void VT100_SGR2 (INT16 n, INT16 m);
|
||||
import void VT100_SU (INT16 n);
|
||||
import void VT100_SetAttr (CHAR *attr, LONGINT attr__len);
|
||||
import void *VT100__init(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue