uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
stdio.c File Reference
#include <stdio.h>

Go to the source code of this file.

Functions

void __sinit (struct _reent *reent)
 

Variables

FILEstdin = &_stdin
 
FILEstdout = &_stdout
 
FILEstderr = &_stderr
 

Function Documentation

void __sinit ( struct _reent reent)

Definition at line 6 of file stdio.c.

Variable Documentation

FILE * stderr = &_stderr

Definition at line 4 of file stdio.c.

FILE* stdin = &_stdin

Definition at line 4 of file stdio.c.

FILE * stdout = &_stdout

Definition at line 4 of file stdio.c.