Main Page | Alphabetical List | Class List | File List | Class Members | File Members

stdio.h

Go to the documentation of this file.
00001 /*--------------------------------------------------------
00002  * /
00003  * / apeNEXT stdio functions for nlcc
00004  * /
00005  * / $Id: stdio.h,v 1.15 2005/06/08 14:06:53 pleiter Exp $
00006  * /
00007  * /
00008  * / ISO/IEC 9899:1999 (E) Standard
00009  * / I/O definitions and functions  <stdio.h>
00010  * /
00011  * /-------------------------------------------------------------------------------------------*/
00012 
00013 #ifndef _STDIO_H
00014 #define _STDIO_H
00015 
00016 #include <nlibc.h>
00017 
00018 #ifdef _OS_
00019 
00020 #include <os1/stdio_os1.h>
00021 
00022 #else // _OS_
00023 
00024 #include <io.h>
00025 
00026 #endif
00027 
00028 #endif /* ifndef _STDIO_H  */

Generated on Fri Jul 14 10:51:32 2006 for nlibc by doxygen 1.3.5