kolibrios/programs/system/shell/system/boolean.h
Kirill Lipatov (Leency) 9e91bb1d1c * 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 18:44:15 +00:00

6 lines
55 B
C

#define bool int
#define FALSE 0
#define TRUE 1