⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shell.h

📁 cryptoboot is set of tools for disk encryption on Unix. It is especially suited to encrypt root par
💻 H
字号:
#ifndef _SHELL_H_#define _SHELL_H_typedef struct{	char* name;	rl_icpfunc_t* func;	char* doc;	char* args;} Command;extern Command commands[];char* _commandGenerator PARAMS((const char*, int));void initReadline();int findCommand(Command** out_c, char* name);/* Warning: modifies str FIXME: add strdup to prevent it? */intexecuteLine(char* str);voidopenShell();#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -