test/string_tests.h

changeset 39
bf8ab7bb74ff
child 47
22fb97e9f58a
equal deleted inserted replaced
38:35f67a8ef875 39:bf8ab7bb74ff
1 /*
2 *
3 */
4
5 #ifndef STRING_TESTS_H
6 #define STRING_TESTS_H
7
8 #include "ucx/test.h"
9 #include "ucx/string.h"
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 UCX_TEST_DECLARE(test_sstrsplit)
16
17 #ifdef __cplusplus
18 }
19 #endif
20
21 #endif /* MPOOL_TESTS_H */
22

mercurial