use stdbool for true/false
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
#define TODO_H
|
||||
#define TODO_MAX_TITLE_LENGTH 255
|
||||
|
||||
#define true 1
|
||||
#define false 0
|
||||
typedef unsigned char bool_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user