FFmpeg
Loading...
Searching...
No Matches
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

◆ avpriv_snprintf()

int avpriv_snprintf ( char * s,
size_t n,
const char * fmt,
... )

Definition at line 34 of file snprintf.c.

◆ avpriv_vsnprintf()

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