mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 03:04:19 -05:00
10 lines
185 B
C
10 lines
185 B
C
#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
|