#ifndef AXL_STRING_H #define AXL_STRING_H #include "axl_types.h" u32 axl_strlen(const i8* s); #endif // AXL_STRING