Numworks Epsilon  1.4.1
Graphing Calculator Operating System
stdio.h File Reference

Go to the source code of this file.

Macros

#define stdin   0
 
#define stdout   0
 
#define EOF   0
 

Typedefs

typedef void FILE
 

Macro Definition Documentation

◆ EOF

#define EOF   0

Definition at line 6 of file stdio.h.

◆ stdin

#define stdin   0

Definition at line 4 of file stdio.h.

◆ stdout

#define stdout   0

Definition at line 5 of file stdio.h.

Typedef Documentation

◆ FILE

typedef void FILE

Definition at line 8 of file stdio.h.