Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

/projects/cubeos/src_current/libc/kio.h

Go to the documentation of this file.
00001 #ifndef _KIO_H
00002 #define _KIO_H
00003 
00004 
00009 char _LIBC_inbyte ();
00010 
00011 void _LIBC_outbyte (char c);
00012 
00013 void LIBC_outstring (char *str);
00014 
00015 void _exit (int status);
00016 
00017 #endif

Generated on Thu Feb 20 15:38:45 2003 for cubeOS by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002