game/axl_string.h
2025-11-27 20:51:48 +03:00

8 lines
118 B
C

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