test/map_tests.h

Sat, 14 Jan 2012 13:07:18 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 14 Jan 2012 13:07:18 +0100
changeset 21
d599fefc7620
parent 20
db7d9860dbbd
child 29
bce0d7f2912b
permissions
-rw-r--r--

merge

/* 
 *
 */

#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