diff options
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index b31dfc4..4bd4c17 100644 --- a/src/common.h +++ b/src/common.h @@ -8,7 +8,7 @@ _Noreturn void fatal_error(const char* msg, ...); #define unreachable() fatal_error("%s:%d: unreachable", __FILE__, __LINE__) #define unimplemented() fatal_error("%s:%d: unimplemented", __FILE__, __LINE__) -BOOL str_ends_with(const char* s, const char* suffix); +bool str_ends_with(const char* s, const char* suffix); typedef struct { size_t len; |
