XINU
|
#include <xinu.h>
Go to the source code of this file.
Functions | |
syscall | getc (did32 descrp) |
デバイスから1Byte読み込むgetc()のextern宣言 More... | |
デバイスから1Byte読み込むgetc()のextern宣言
Definition at line 9 of file getc.c.
References devtab, disable(), dentry::dvgetc, isbaddev, restore(), and SYSERR.
Referenced by fgetc(), fgets(), getch(), and xsh_cat().