#include <stdio.h>#include <stdarg.h>#include <limits.h>#include <string.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 33 of file snprintf.c.
| int avpriv_vsnprintf | ( | char * | s, |
| size_t | n, | ||
| const char * | fmt, | ||
| va_list | ap | ||
| ) |
Definition at line 45 of file snprintf.c.
Referenced by avpriv_snprintf().