XINU
|
XINUシェルにおけるexitコマンドを提供する。 More...
#include <xinu.h>
Go to the source code of this file.
Functions | |
shellcmd | xsh_exit (int nargs, char *args[]) |
exitコマンドとして、シェル終了を引き起こす終了コードを返す。 More... | |
shellcmd xsh_exit | ( | int | nargs, |
char * | args[] | ||
) |
exitコマンドとして、シェル終了を引き起こす終了コードを返す。
[in] | nargs | 引数の数(使用しない) |
[in] | args | 引数(使用しない) |
Definition at line 17 of file xsh_exit.c.
References SHELL_EXIT.