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

/projects/cubeos/src_current/libc/kio.c File Reference

#include <stdio.h>
#include <kio.h>

Include dependency graph for kio.c:

Go to the source code of this file.

Defines

#define OK   1
#define CONSOLE   0

Functions

void TTY_outchar (char c)
char TTY_inchar ()
 reads one character from the current console The function returns the character read. In nonblocking mode, it returns a 0 if there is no character in the queue. More...

char _LIBC_inbyte ()
 glue function between libc and TTY. More...

void _LIBC_outbyte (char c)
 glue function between libc and TTY. More...

void LIBC_outstring (char *str)
 glue function between libc and TTY. More...

void _exit (int status)
 glue function between libc and TTY. More...


Detailed Description

This file contains the lower interface to the libc i/o routines. Everything written in functions like printf etc. will end up here

Definition in file kio.c.


Define Documentation

#define CONSOLE   0
 

Definition at line 29 of file kio.c.

#define OK   1
 

Definition at line 28 of file kio.c.


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