blob: 79639239f4859a185ebb1ee27d66d72a99dc4992 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef GUARD_MWC_STRING_H
#define GUARD_MWC_STRING_H
#include "nitro/types.h"
void * memset(void *, int, u32);
void * memcpy(void *, const void *, u32);
#endif //GUARD_MWC_STRING_H
|