#include <kernel.h>#include <device.h>#include <tty.h>

Go to the source code of this file.
Functions | |
| devcall | ttyPutChar (device *pdev, uchar ch) |
Definition in file ttyPutChar.c.
Wwrite a single character to a TTY.
| pdev | TTY device table entry | |
| ch | character to output |
Definition at line 19 of file ttyPutChar.c.
References ttyWrite().
Referenced by ttyRead().
1.5.5