NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
printf.h
1
#ifndef MSL_PRINTF_H
2
#define MSL_PRINTF_H
3
#include <stdarg.h>
4
#include <stddef.h>
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
int
vprintf(
const
char
*, va_list);
10
int
sprintf(
char
*,
const
char
*, ...);
11
int
snprintf(
char
*,
size_t
,
const
char
*, ...);
12
int
vsprintf(
char
*,
const
char
*, va_list);
13
int
vsnprintf(
char
*,
size_t
,
const
char
*, va_list);
14
15
#ifdef __cplusplus
16
}
17
#endif
18
#endif
include
lib
MSL
internal
printf.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2