mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 11:14:05 -05:00
9 lines
143 B
C
9 lines
143 B
C
#ifndef GUARD_MWC_STRING_H
|
|
#define GUARD_MWC_STRING_H
|
|
|
|
#include "nitro/types.h"
|
|
|
|
void * memset(void *, int, u32);
|
|
|
|
#endif //GUARD_MWC_STRING_H
|