|
XINU
|
引数を順に表示する。 More...

Go to the source code of this file.
Functions | |
| shellcmd | xsh_argecho (int nargs, char *args[]) |
| 引数を順に表示する。 More... | |
引数を順に表示する。
Definition in file xsh_argecho.c.
| shellcmd xsh_argecho | ( | int | nargs, |
| char * | args[] | ||
| ) |
引数を順に表示する。
「引数番号」と「引数番号に対応する引数(文字列として扱う)」が1行単位で出力される。
| [in] | nargs | 引数の数 |
| [in] | args | 引数(引数を持つ配列) |
Definition at line 15 of file xsh_argecho.c.
References printf().

1.8.13