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