#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... |
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.
|
|
|
|