MentOS  0.8.0
The Mentoring Operating System
stdbool.h
Go to the documentation of this file.
1 
6 #pragma once
7 
9 typedef enum bool_t {
10  false,
11  true
12 } __attribute__((__packed__)) bool_t;
bool_t
Define boolean value.
Definition: stdbool.h:9