kolibrios-fun/programs/system/shell/program_console.h
Albom 762c577e6a shell 0.5 could run console apps
git-svn-id: svn://kolibrios.org@2502 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-03-23 18:53:16 +00:00

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