Skip to content
Snippets Groups Projects
Verified Commit a12c4aac authored by raphael.bach's avatar raphael.bach
Browse files

Remove `typedef _Bool bool`

parent 73eede77
Branches
Tags
No related merge requests found
......@@ -27,6 +27,7 @@
INCLUDE
==============================================================================*/
// C Standard Library
#include <stdbool.h>
#include <stdint.h>
/*==============================================================================
TYPE
......@@ -42,7 +43,6 @@ typedef uint32_t u32;
typedef uint64_t u64;
typedef float f32;
typedef double f64;
typedef _Bool bool;
/*==============================================================================
DEFINE
==============================================================================*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment