XINU
ioerr.c
Go to the documentation of this file.
1 
6 #include <xinu.h>
7 
13 {
14  return SYSERR;
15 }
全てのシステムヘッダファイルをインクルードする。
#define SYSERR
処理が失敗した場合
Definition: kernel.h:79
int32 devcall
デバイスコール関数 返り値の型
Definition: kernel.h:49
devcall ioerr(void)
ステータスとしてエラーを返す(デバイステーブルの"error"エントリに対して使用する)。 ...
Definition: ioerr.c:12