NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
scanf.h
1#ifndef MSL_SCANF_H
2#define MSL_SCANF_H
3#include <stdarg.h>
4#include <stddef.h>
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9int sscanf(const char*, const char*, ...);
10
11#ifdef __cplusplus
12}
13#endif
14#endif