XINU
|
STDOUT(標準出力)に引数に指定した文字列を出力する。 More...
Go to the source code of this file.
Functions | |
shellcmd | xsh_echo (int nargs, char *args[]) |
STDOUT(標準出力)に引数に指定した文字列を出力する。 More... | |
STDOUT(標準出力)に引数に指定した文字列を出力する。
Definition in file xsh_echo.c.
shellcmd xsh_echo | ( | int | nargs, |
char * | args[] | ||
) |
STDOUT(標準出力)に引数に指定した文字列を出力する。
複数の引数がある場合は、改行せずにスペース区切りで引数が続けて出力される。
[in] | nargs | 引数の数 |
[in] | args | 引数(引数を持つ配列) |
Definition at line 15 of file xsh_echo.c.
References printf().