Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
printf.h File Reference

Go to the source code of this file.

Functions

int fprintf (FILE *stream, const char *format,...)
 
int printf (const char *format,...)
 
int sprintf (char *s, const char *format,...)
 
int snprintf (char *s, size_t n, const char *format,...)
 
int vsnprintf (char *s, size_t n, const char *format, va_list arg)
 
int vprintf (const char *format, va_list arg)
 

Function Documentation

◆ fprintf()

int fprintf ( FILE stream,
const char format,
  ... 
)

◆ printf()

int printf ( const char format,
  ... 
)

◆ snprintf()

int snprintf ( char s,
size_t  n,
const char format,
  ... 
)

◆ sprintf()

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

◆ vprintf()

int vprintf ( const char format,
va_list  arg 
)

◆ vsnprintf()

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