wut  1.0.0-beta9
Wii U Toolchain
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, size_t n, const char *format, ... );
10 
11 #ifdef __cplusplus
12 }
13 #endif
wut.h
__os_snprintf
int __os_snprintf(char *buf, size_t n, const char *format,...)