6 lines
102 B
C
6 lines
102 B
C
|
#include <stdarg.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int snprintf (char *buf, size_t size, const char *fmt, ...);
|
||
|
|