From 624d6c0f97362059e0beed0abcccf8b9ff0dc49a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 8 Jan 2026 01:45:45 +0900 Subject: feat: ignore all kinds of -std=* --- src/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.h') 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 { -- cgit v1.2.3-70-g09d2