FFmpeg
|
#include <stdarg.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | snprintf avpriv_snprintf |
#define | _snprintf avpriv_snprintf |
#define | vsnprintf avpriv_vsnprintf |
Functions | |
int | avpriv_snprintf (char *s, size_t n, const char *fmt,...) |
int | avpriv_vsnprintf (char *s, size_t n, const char *fmt, va_list ap) |
#define snprintf avpriv_snprintf |
Definition at line 34 of file snprintf.h.
#define _snprintf avpriv_snprintf |
Definition at line 35 of file snprintf.h.
#define vsnprintf avpriv_vsnprintf |
Definition at line 36 of file snprintf.h.
int avpriv_snprintf | ( | char * | s, |
size_t | n, | ||
const char * | fmt, | ||
... | |||
) |
Definition at line 34 of file snprintf.c.
int avpriv_vsnprintf | ( | char * | s, |
size_t | n, | ||
const char * | fmt, | ||
va_list | ap | ||
) |
Definition at line 46 of file snprintf.c.
Referenced by avpriv_snprintf().