SSBM Decomp
Loading...
Searching...
No Matches
stdio.h File Reference
#include <platform.h>
#include <stdarg.h>

Go to the source code of this file.

Data Structures

struct  __file_modes
 

Functions

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

Function Documentation

◆ puts()

int puts ( const char *  s)

◆ printf()

int printf ( const char *  ,
  ... 
)

◆ sprintf()

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

◆ vprintf()

int vprintf ( const char *  format,
va_list  arg 
)

◆ vsprintf()

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