|
LMMS
|
#include "lv2/atom/atom.h"#include "lv2/atom/forge.h"#include "lv2/atom/util.h"#include "lv2/log/log.h"#include "lv2/urid/urid.h"#include <stdarg.h>#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| static char * | copy_string (const char *str) |
| static LV2_URID | urid_map (LV2_URID_Map_Handle handle, const char *uri) |
| static void | free_urid_map (void) |
| static int | test_fail (const char *fmt,...) |
Variables | |
| static char ** | uris = NULL |
| static uint32_t | n_uris = 0 |
|
static |
|
static |
|
static |
|
static |