This website requires JavaScript.
Explore
Help
Sign In
sdongles
/
kolibrios
Watch
1
Star
0
Fork
0
You've already forked kolibrios
forked from
KolibriOS/kolibrios
Code
Pull Requests
Activity
d7373c96a5
kolibrios
/
programs
/
system
/
shell
/
system
/
boolean.h
6 lines
55 B
C
Raw
Normal View
History
Unescape
Escape
Shell 0.4.4 (All) git-svn-id: svn://kolibrios.org@1665 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-10-17 21:50:55 +02:00
* help now displays the list of commands in three columns * ps now displays the RAM size used by the process * ls now displays all files not in one but in several columns, the old single column output is still accessible via the key '-1' git-svn-id: svn://kolibrios.org@7024 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-27 20:44:15 +02:00
#
define bool int
Shell 0.4.4 (All) git-svn-id: svn://kolibrios.org@1665 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-10-17 21:50:55 +02:00
#
define FALSE 0
#
define TRUE 1
Copy Permalink