ACDC Senior Project
v1.0.0
Senior Project for Textron Aviation
Loading...
Searching...
No Matches
ACDC_stdbool.h
Go to the documentation of this file.
1
11
#ifndef __ACDC_STDBOOL_H
12
#define __ACDC_STDBOOL_H
13
14
typedef
enum
{
15
true
= 1 ,
16
false
= !
true
17
}
bool
;
18
19
#endif
bool
bool
Definition
ACDC_stdbool.h:14
Core
Inc
ACDC_stdbool.h
Generated by
1.10.0