mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-12 01:53:58 +03:00
9 lines
139 B
C
9 lines
139 B
C
|
|
||
|
#define SC_OK 0
|
||
|
#define SC_EXIT 1
|
||
|
#define SC_PUTC 2
|
||
|
#define SC_PUTS 3
|
||
|
#define SC_GETC 4
|
||
|
#define SC_GETS 5
|
||
|
#define SC_CLS 6
|