wut v1.8.0
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, size_t n, const char *format, ... )
11
12#ifdef __cplusplus
13}
14#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