test/mpool_tests.h

changeset 13
98ac89e3aa37
child 17
2e7050c3a18e
equal deleted inserted replaced
12:fe50a85e69e7 13:98ac89e3aa37
1 /*
2 *
3 */
4
5 #ifndef MPOOL_TESTS_H
6 #define MPOOL_TESTS_H
7
8 #include "ucx/mpool.h"
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 int mpool_tests();
15
16
17
18 #ifdef __cplusplus
19 }
20 #endif
21
22 #endif /* MPOOL_TESTS_H */
23

mercurial