...
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
|
||||
#include "std.h"
|
||||
|
||||
void memset(void* destination, uint8_t value, size_t length);
|
||||
void memset(void* destination, u8 value, size_t length);
|
||||
void memcpy(void* destination, void* source, size_t length);
|
||||
Reference in New Issue
Block a user