This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
| struct | iobuf |
| This forms an io buffer. More... | |
Defines | |
| #define | BUFLEN 1024 |
| buffer space allocated for all buffers. More... | |
Functions | |
| void | iobuf_init (struct iobuf *x, short bl) |
| prepares an iobuf for use. More... | |
| int | put (struct iobuf *x, char c) |
| writes one char into an io buffer. More... | |
| char | get (struct iobuf *x) |
| reads one char from an io buffer. More... | |
Definition in file iobuf.h.
|
|
buffer space allocated for all buffers.
Definition at line 23 of file iobuf.h. Referenced by DUART_duart, iobuf_init, QSM_sciinit, and TTY_init. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002