forked from KolibriOS/kolibrios
9e91bb1d1c
* 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
6 lines
55 B
C
6 lines
55 B
C
|
|
#define bool int
|
|
|
|
#define FALSE 0
|
|
#define TRUE 1
|