in_process - mathfur/minix GitHub Wiki
呼出元
概要
- drivers/tty/tty.cにて定義
- 入力された文字に対するエコー処理、保存など各種処理を行う
- 処理した文字数をリターンする
引数
tty_t *tp; /* terminal on which character has arrived */
char *buf; // 入力文字列
int count;
tty_t *tp; /* terminal on which character has arrived */
char *buf; // 入力文字列
int count;