mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:24:17 +01:00
14 lines
166 B
C
14 lines
166 B
C
#pragma once
|
|
#include <wut.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int
|
|
__os_snprintf(char *buf, size_t n, const char *format, ... );
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|