mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-09 20:32:50 -05:00
9 lines
183 B
C
9 lines
183 B
C
#ifndef NITRO_STD_STRING_H_
|
|
#define NITRO_STD_STRING_H_
|
|
|
|
#include <stdarg.h>
|
|
|
|
int STD_TVSNPrintf(char * dest, u32 len, const char * format, va_list va);
|
|
|
|
#endif //NITRO_STD_STRING_H_
|