feat: refactor to use gcc types
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <types.h>
|
||||
|
||||
int memcpy(u8 *dst, const u8 *src, int amount);
|
||||
int memcpy(uint8_t *dst, const uint8_t *src, int amount);
|
||||
|
||||
int memset(char *dst, char data, int amount);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user