8 lines
118 B
C
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
|