pokeplatinum/lib/include/nitro/std.h
2022-12-29 13:47:47 +01:00

16 lines
181 B
C

#ifndef NITRO_STD_H_
#define NITRO_STD_H_
#include <nitro/std/string.h>
#include <nitro/std/unicode.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif