SSBM Decomp
Toggle main menu visibility
Loading...
Searching...
No Matches
stdbool.h
Go to the documentation of this file.
1
#ifndef STDBOOL_H
2
#define STDBOOL_H
3
6
typedef
int
bool
;
7
11
#define true 1
12
14
#define false 0
15
16
#endif
bool
int bool
A signed integer used to contain boolean values.
Definition
stdbool.h:6
src
MSL
stdbool.h
Generated by
1.17.0