mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 02:52:24 +00:00
Add bootstrap and master make files.
This commit is contained in:
parent
be80ad7ae3
commit
43c5f44c10
212 changed files with 97056 additions and 0 deletions
37
bootstrap/unix-48/vt100.h
Normal file
37
bootstrap/unix-48/vt100.h
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
/* voc 1.2 [2016/06/15] for gcc LP64 on cygwin xtspkaSfF */
|
||||
|
||||
#ifndef vt100__h
|
||||
#define vt100__h
|
||||
|
||||
#include "SYSTEM.h"
|
||||
|
||||
|
||||
import CHAR vt100_CSI[5];
|
||||
|
||||
|
||||
import void vt100_CHA (INTEGER n);
|
||||
import void vt100_CNL (INTEGER n);
|
||||
import void vt100_CPL (INTEGER n);
|
||||
import void vt100_CUB (INTEGER n);
|
||||
import void vt100_CUD (INTEGER n);
|
||||
import void vt100_CUF (INTEGER n);
|
||||
import void vt100_CUP (INTEGER n, INTEGER m);
|
||||
import void vt100_CUU (INTEGER n);
|
||||
import void vt100_DECTCEMh (void);
|
||||
import void vt100_DECTCEMl (void);
|
||||
import void vt100_DSR (INTEGER n);
|
||||
import void vt100_ED (INTEGER n);
|
||||
import void vt100_EL (INTEGER n);
|
||||
import void vt100_HVP (INTEGER n, INTEGER m);
|
||||
import void vt100_IntToStr (LONGINT int_, CHAR *str, LONGINT str__len);
|
||||
import void vt100_RCP (void);
|
||||
import void vt100_SCP (void);
|
||||
import void vt100_SD (INTEGER n);
|
||||
import void vt100_SGR (INTEGER n);
|
||||
import void vt100_SGR2 (INTEGER n, INTEGER m);
|
||||
import void vt100_SU (INTEGER n);
|
||||
import void vt100_SetAttr (CHAR *attr, LONGINT attr__len);
|
||||
import void *vt100__init(void);
|
||||
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue