mirror of
https://github.com/fail0verflow/mini.git
synced 2025-02-20 05:22:42 +01:00
4 lines
77 B
C
4 lines
77 B
C
![]() |
#include <stdarg.h>
|
||
|
|
||
|
int vsprintf(char *buf, const char *fmt, va_list args);
|