uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
stdio.h File Reference
#include <reent.h>
#include <stdarg.h>
#include <stddef.h>
#include <unistd.h>
#include <malloc.h>

Go to the source code of this file.

Classes

struct  _FILE
 

Typedefs

typedef struct _FILE FILE
 

Functions

int vdprintf (int fd, const char *format, va_list ap)
 
int vsprintf (char *str, const char *format, va_list ap)
 
int vsnprintf (char *str, size_t size, const char *format, va_list ap)
 
int vasprintf (char **strp, const char *format, va_list ap)
 
int vxprintf (void(*func)(const char *, int, void *), void *arg, const char *format, va_list ap)
 
int vdscanf (int fd, const char *format, va_list ap)
 
int vsscanf (const char *str, const char *format, va_list ap)
 
int vxscanf (int(*xgetc)(void *), void(*xungetc)(void *, int), void *opaque, const char *format, va_list args)
 
void __sinit (struct _reent *)
 

Variables

FILEstdin
 
FILEstdout
 
FILEstderr
 

Typedef Documentation

typedef struct _FILE FILE

Definition at line 17 of file stdio.h.

Function Documentation

void __sinit ( struct _reent )

Definition at line 6 of file stdio.c.

int vasprintf ( char **  strp,
const char *  format,
va_list  ap 
)

Definition at line 772 of file xprintf.c.

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

Definition at line 806 of file xprintf.c.

int vdscanf ( int  fd,
const char *  format,
va_list  ap 
)

Definition at line 50 of file yscanf.c.

int vsnprintf ( char *  str,
size_t  size,
const char *  format,
va_list  ap 
)

Definition at line 713 of file xprintf.c.

int vsprintf ( char *  str,
const char *  format,
va_list  ap 
)

Definition at line 706 of file xprintf.c.

int vsscanf ( const char *  str,
const char *  format,
va_list  ap 
)

Definition at line 43 of file yscanf.c.

int vxprintf ( void(*)(const char *, int, void *)  func,
void *  arg,
const char *  format,
va_list  ap 
)
int vxscanf ( int(*)(void *)  xgetc,
void(*)(void *, int)  xungetc,
void *  opaque,
const char *  format,
va_list  args 
)

Definition at line 33 of file xscanf.c.

Variable Documentation

FILE * stderr

Definition at line 4 of file stdio.c.

FILE* stdin

Definition at line 4 of file stdio.c.

FILE * stdout

Definition at line 4 of file stdio.c.