![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#include <ctype.h>#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <string.h>#include <types.h>#include <log.h>#include "cli.h"#include "cli_history.h"#include "cli_termesc.h"
Functions | |
| int | syterkit_shell_attach (const msh_command_entry *cmdlist) |
Variables | |
| const msh_command_entry * | msh_user_commands |
| const msh_command_entry | empty_commands [] |
| int syterkit_shell_attach | ( | const msh_command_entry * | cmdlist | ) |
| const msh_command_entry empty_commands[] |
| const msh_command_entry* msh_user_commands |