Subversion Repositories Kolibri OS

Rev

Rev 8633 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2502 Albom 1
 
2
#define SC_EXIT		1
3
#define SC_PUTC		2
4
#define SC_PUTS		3
5
#define SC_GETC		4
6
#define SC_GETS		5
7
#define SC_CLS		6
8
#define SC_PID		7
8634 turbocat 9
#define SC_PING		8
10