#include <stddef.h>
#include <device.h>

Go to the source code of this file.
Functions | |
| devcall | getc (int descrp) |
| get one character from a device | |
Definition in file getc.c.
| devcall getc | ( | int | descrp | ) |
get one character from a device
| descrp | definition of device from which to acquire character |
Definition at line 17 of file getc.c.
References isbaddev, and SYSERR.
Referenced by fgetc(), fgets(), getch(), and test_libStdio().

1.5.6