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
14typedef enum{
15 true = 1 ,
16 false = !true
18
19#endif
bool
Definition ACDC_stdbool.h:14