SSBM Decomp
Loading...
Searching...
No Matches
printf.h File Reference
#include <placeholder.h>
#include <stdarg.h>

Go to the source code of this file.

Functions

int sprintf (char *s, const char *format,...)
int vsnprintf (char *s, size_t n, const char *format, va_list)
int vsprintf (char *s, const char *format, va_list arg)
int vprintf (const char *format, va_list arg)
int printf (const char *,...)

Function Documentation

◆ sprintf()

int sprintf ( char * s,
const char * format,
... )

◆ vsnprintf()

int vsnprintf ( char * s,
size_t n,
const char * format,
va_list arg )

◆ vsprintf()

int vsprintf ( char * s,
const char * format,
va_list arg )

◆ vprintf()

int vprintf ( const char * format,
va_list arg )

◆ printf()

int printf ( const char * format,
... )