|
LMMS
|
#include "serd_internal.h"#include <assert.h>#include <errno.h>#include <stdlib.h>#include <string.h>Classes | |
| struct | State |
Macros | |
| #define | SERDI_ERROR(msg) |
| #define | SERDI_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) |
| static int | missing_arg (const char *name, char opt) |
| static SerdStatus | quiet_error_sink (void *handle, const SerdError *e) |
| int | main (int argc, char **argv) |
| #define SERDI_ERROR | ( | msg | ) |
| #define SERDI_ERRORF | ( | fmt, | |
| ... ) |
|
static |
|
static |