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