NeoMutt
2021-02-05
Teaching an old dog new tricks
DOXYGEN
opcodes.c
Go to the documentation of this file.
1
23
#include <stddef.h>
24
#include "
opcodes.h
"
25
26
#define DEFINE_HELP_MESSAGE(opcode, op_string) { #opcode, op_string },
27
28
const
char
*
OpStrings
[][2] = {
29
OPS
(
DEFINE_HELP_MESSAGE
){ NULL, NULL },
30
};
31
32
#undef DEFINE_HELP_MESSAGE
DEFINE_HELP_MESSAGE
#define DEFINE_HELP_MESSAGE(opcode, op_string)
Definition:
opcodes.c:26
opcodes.h
All user-callable functions.
OPS
#define OPS(_fmt)
Definition:
opcodes.h:323
OpStrings
const char * OpStrings[][2]
Definition:
opcodes.c:28