axl_memcpy declaration
This commit is contained in:
parent
e23b60db8d
commit
9e9901a3bb
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ void axl_init(void);
|
|||
void* axl_malloc(u32 size);
|
||||
void* axl_realloc(void* ptr, u32 size);
|
||||
void* axl_memset(void* ptr, i8 c, u32 n);
|
||||
void* axl_memcpy(void* dst, const void* src, u32 count);
|
||||
void axl_free(void* ptr);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue