wut
v1.9.1
Wii U Toolchain
Loading...
Searching...
No Matches
include
coreinit
internal.h
Go to the documentation of this file.
1
#pragma once
2
#include <
wut.h
>
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
int
9
__os_snprintf
(
char
*buf,
10
size_t
n,
11
const
char
*format,
12
...)
13
WUT_FORMAT_PRINTF
(3, 4);
14
15
#ifdef __cplusplus
16
}
17
#endif
__os_snprintf
int __os_snprintf(char *buf, size_t n, const char *format,...) WUT_FORMAT_PRINTF(3
wut.h
WUT_FORMAT_PRINTF
#define WUT_FORMAT_PRINTF(fmt, args)
Definition
wut.h:17
Generated by
1.9.8