Use stdbool

main
Michael Hayes 12 years ago
parent 87da71a613
commit 2ad9152c57

@ -8,8 +8,7 @@
/* Data typedefs. */
#include <stdint.h>
typedef uint8_t bool;
#include <stdbool.h>
/** Useful macros. */

Loading…
Cancel
Save