|
LMMS
|
#include <assert.h>#include <stdlib.h>#include <string.h>#include "serd/serd.h"#include "sord/sord.h"#include "sord_config.h"Classes | |
| struct | State |
Macros | |
| #define | SORDI_ERROR(msg) |
| #define | SORDI_ERRORF(fmt, ...) |
Functions | |
| static int | print_version (void) |
| static int | print_usage (const char *name, bool error) |
| static bool | set_syntax (SerdSyntax *syntax, const char *name) |
| int | main (int argc, char **argv) |
| #define SORDI_ERROR | ( | msg | ) |
| #define SORDI_ERRORF | ( | fmt, | |
| ... ) |
|
static |