This commit is contained in:
NukeBird 2025-12-02 17:19:40 +03:00
parent aecae2baa8
commit 1fd55fa7d1

View file

@ -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