Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/bool.h

    r5c45ca8 r63f8966  
    3636#define LIBC_BOOL_H_
    3737
    38 #include <libarch/types.h>
     38#define false 0
     39#define true 1
    3940
    40 #define false  0
    41 #define true   1
    42 
    43 typedef uint8_t bool;
     41typedef short bool;
    4442
    4543#endif
Note: See TracChangeset for help on using the changeset viewer.