Nugget
Bare-metal libraries and examples for the original PlayStation
Loading...
Searching...
No Matches
Typedefs | Functions | Variables
stdio.h File Reference
#include <stdarg.h>
#include <stddef.h>
#include "common/libc/xprintf.h"
Include dependency graph for stdio.h:

Go to the source code of this file.

Typedefs

typedef struct FILE FILE
 

Functions

int vdprintf (int fd, const char *fmt, va_list ap)
 
int vfprintf (FILE *stream, const char *fmt, va_list ap)
 

Variables

FILE * stdout
 
FILE * stderr
 

Typedef Documentation

◆ FILE

typedef struct FILE FILE

Function Documentation

◆ vdprintf()

int vdprintf ( int  fd,
const char *  fmt,
va_list  ap 
)

◆ vfprintf()

int vfprintf ( FILE *  stream,
const char *  fmt,
va_list  ap 
)

Variable Documentation

◆ stderr

FILE * stderr

◆ stdout

FILE* stdout
extern