mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 14:42:27 +00:00
13 lines
166 B
C
13 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
|