Format
This commit is contained in:
parent
aecae2baa8
commit
1fd55fa7d1
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue