forked from KolibriOS/kolibrios
1a73ba1001
- Added new API: SC_GET_PID - Fixed data type pid - unsigned int. - Fixed cmd_ps output pid; git-svn-id: svn://kolibrios.org@8633 a494cfbc-eb01-0410-851d-a64ba20cac60
10 lines
162 B
C
10 lines
162 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
|
|
#define SC_GET_PID 7
|