Subversion Repositories Kolibri OS

Rev

Rev 2502 | Go to most recent revision | 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_GET_PID  7
8633 turbocat 9