FFmpeg
|
#include <stdio.h>
#include <stdarg.h>
#include <limits.h>
#include <string.h>
#include "compat/va_copy.h"
#include "libavutil/error.h"
Go to the source code of this file.
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) |
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().