mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-23 02:14:47 -05: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
|