test/map_tests.h

Thu, 05 Jan 2012 14:53:54 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 05 Jan 2012 14:53:54 +0100
changeset 20
db7d9860dbbd
child 29
bce0d7f2912b
permissions
-rw-r--r--

added some map functions

olaf@20 1 /*
olaf@20 2 *
olaf@20 3 */
olaf@20 4
olaf@20 5 #ifndef MAP_TESTS_H
olaf@20 6 #define MAP_TESTS_H
olaf@20 7
olaf@20 8 #include "ucx/map.h"
olaf@20 9
olaf@20 10 #ifdef __cplusplus
olaf@20 11 extern "C" {
olaf@20 12 #endif
olaf@20 13
olaf@20 14 int map_tests();
olaf@20 15
olaf@20 16
olaf@20 17 #ifdef __cplusplus
olaf@20 18 }
olaf@20 19 #endif
olaf@20 20
olaf@20 21 #endif /* MAP_TESTS_H */
olaf@20 22

mercurial