Skip to content
Snippets Groups Projects
Commit 8fa749ec authored by h2-addad's avatar h2-addad
Browse files

Update

parent d66c9add
No related branches found
No related tags found
No related merge requests found
#ifndef __LIB_STDBOOL_H
#define __LIB_STDBOOL_H
#define bool _Bool
#define true 1
#define false 0
#define __bool_true_false_are_defined 1
#endif /* lib/stdbool.h */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment