Go to the source code of this file.
◆ command_create()
| void command_create |
( |
struct command_t ** |
commands | ) |
|
33{
36 if (commands[i] != NULL) {
38 }
39 }
40}
command_t template_commands[]
Definition command.c:10
byte_t commands_list
Definition command.c:21
◆ command_destroy()
| void command_destroy |
( |
struct command_t ** |
commands | ) |
|
44{
46 free(commands[i]);
47 }
48}
◆ command_new()
◆ print_command()
52{
53 PRINT_RESULT(
"%06o %06o : %s", addr, word_command, name_command);
54}
#define PRINT_RESULT(fmt,...)
Definition logger.h:34