test/map_tests.h

Mon, 20 Feb 2012 15:30:45 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 20 Feb 2012 15:30:45 +0100
changeset 28
1666cbeb1db8
parent 20
db7d9860dbbd
child 29
bce0d7f2912b
permissions
-rw-r--r--

new mempool tests

/* 
 *
 */

#ifndef MAP_TESTS_H
#define	MAP_TESTS_H

#include "ucx/map.h"

#ifdef	__cplusplus
extern "C" {
#endif

int map_tests();


#ifdef	__cplusplus
}
#endif

#endif	/* MAP_TESTS_H */

mercurial