MentOS  0.8.0
The Mentoring Operating System
Typedefs | Enumerations
stdbool.h File Reference

Defines the boolean values. More...

Go to the source code of this file.

Typedefs

typedef enum bool_t _syscall0 = _syscall0( (__packed__) )= _syscall1( (__packed__) )= _syscall2( (__packed__) )= _syscall3( (__packed__) )= bool_t
 Define boolean value.
 

Enumerations

enum  bool_t { false , true }
 Define boolean value. More...
 

Detailed Description

Defines the boolean values.

Enumeration Type Documentation

◆ bool_t

enum bool_t

Define boolean value.

Enumerator
false 

[0] False.

true 

[1] True.