diff options
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index b6fc238..bb94e79 100644 --- a/src/common.h +++ b/src/common.h @@ -12,6 +12,7 @@ _Noreturn void fatal_error(const char* msg, ...); #define unimplemented() fatal_error("%s:%d: unimplemented", __FILE__, __LINE__) +bool str_starts_with(const char* s, const char* prefix); bool str_ends_with(const char* s, const char* suffix); typedef struct { |
