#include <stdlib.h>#include <stdbool.h>#include <string.h>#include <strings.h>#include "help.h"#include "util.h"#include "console.h"Classes | |
| struct | help_entry |
Functions | |
| struct help_entry * | help_find (char *keyword) |
| void | help_cmd (char *cmd, char *help, size_t help_sz) |
| void | help_usage (char *help, size_t help_sz) |
Variables | |
| const char * | help_chatlog_warning |
| const char * | help_chatlog_enabled |
| const char * | help_chatlog_enable_error |
| const char * | help_mainscreen |
| const char * | help_invfull_on |
| const char * | help_invfull_off |
| struct help_entry | help_commands [] |
Help and Strings
1.8.4