LMMS
Loading...
Searching...
No Matches
atom-test-utils.c File Reference
#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

Function Documentation

◆ copy_string()

char * copy_string ( const char * str)
static

◆ free_urid_map()

void free_urid_map ( void )
static

◆ test_fail()

int test_fail ( const char * fmt,
... )
static

◆ urid_map()

LV2_URID urid_map ( LV2_URID_Map_Handle handle,
const char * uri )
static

Variable Documentation

◆ n_uris

uint32_t n_uris = 0
static

◆ uris

char** uris = NULL
static