compat/msvcrt/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().


Generated on Fri Oct 26 02:50:03 2012 for FFmpeg by  doxygen 1.5.8