mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-26 21:35:08 -04: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
|