FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
snprintf.c File Reference
#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)
 

Function Documentation

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().