GadgetSeed
0.9.6
|
シェルデータ構造体 [詳解]
#include <shell.h>
フィールド | |
struct st_lineedit | comLine |
コマンドライン | |
uchar | lastCom [GSC_SHELL_MAX_LINE_COLUMS+1] |
最後に実行したコマンド | |
struct st_history | his |
コマンドヒストリ | |
const uchar * | prompt |
コマンドプロンプト文字列 | |
int | argc |
コマンド引数数 | |
uchar * | argv [GSC_SHELL_MAX_COM_ARGV] |
コマンド引数文字列 | |
struct st_shell_command *const * | shell_coms |
各シェルコマンド配列 | |