IDZEBRA  2.2.7
Functions
test_strmap.c File Reference
#include <zebra_strmap.h>
#include <yaz/test.h>
#include <string.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

static void test1 (void)
 
static void test2 (int no_iter)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 129 of file test_strmap.c.

References test1(), and test2().

◆ test1()

static void test1 ( void  )
static

◆ test2()

static void test2 ( int  no_iter)
static

Definition at line 77 of file test_strmap.c.

References zebra_strmap_add(), zebra_strmap_create(), zebra_strmap_destroy(), and zebra_strmap_lookup().

Referenced by main().