test/map_tests.h

changeset 21
d599fefc7620
parent 20
db7d9860dbbd
child 29
bce0d7f2912b
equal deleted inserted replaced
19:cdd7a3173249 21:d599fefc7620
1 /*
2 *
3 */
4
5 #ifndef MAP_TESTS_H
6 #define MAP_TESTS_H
7
8 #include "ucx/map.h"
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 int map_tests();
15
16
17 #ifdef __cplusplus
18 }
19 #endif
20
21 #endif /* MAP_TESTS_H */
22

mercurial