|
XINU
|
ディスプレイウィンドウをクリアする(xtermやVT100を想定している) More...

Go to the source code of this file.
Functions | |
| shellcmd | xsh_clear (int nargs, char *args[]) |
| ディスプレイウィンドウをクリアする(xtermやVT100を想定している) More... | |
ディスプレイウィンドウをクリアする(xtermやVT100を想定している)
Definition in file xsh_clear.c.
| shellcmd xsh_clear | ( | int | nargs, |
| char * | args[] | ||
| ) |
ディスプレイウィンドウをクリアする(xtermやVT100を想定している)
| [in] | nargs | 引数の数 |
| [in] | args | 引数(引数を持つ配列) |
Definition at line 18 of file xsh_clear.c.
References fprintf(), printf(), and stderr.

1.8.13