From 1fd55fa7d1749f0989344de40d69da633da741de Mon Sep 17 00:00:00 2001 From: NukeBird Date: Tue, 2 Dec 2025 17:19:40 +0300 Subject: [PATCH] Format --- axl_string.h | 1 + 1 file changed, 1 insertion(+) diff --git a/axl_string.h b/axl_string.h index 7ea2da2..6654627 100644 --- a/axl_string.h +++ b/axl_string.h @@ -12,4 +12,5 @@ i32 axl_strcmp(const i8* s1, const i8* s2); i32 axl_strncmp(const i8* s1, const i8* s2, u32 n); const i8* axl_strchr(const i8* str, i8 c); i8* axl_strstr(const i8* str, const i8* substr); + #endif // AXL_STRING