comparison: test/string_tests.h
test/string_tests.h
- changeset 59
- c80c910fe191
- parent 54
- f634f790661a
- child 97
- 499e1b465d77
equal
deleted
inserted
replaced
| 10 |
10 |
| 11 #ifdef __cplusplus |
11 #ifdef __cplusplus |
| 12 extern "C" { |
12 extern "C" { |
| 13 #endif |
13 #endif |
| 14 |
14 |
| 15 UCX_TEST_DECLARE(test_sstr) |
15 UCX_TEST_DECLARE(test_sstr); |
| 16 UCX_TEST_DECLARE(test_sstr_len_cat) |
16 UCX_TEST_DECLARE(test_sstr_len_cat); |
| 17 UCX_TEST_DECLARE(test_sstrsplit) |
17 UCX_TEST_DECLARE(test_sstrsplit); |
| 18 |
18 |
| 19 #ifdef __cplusplus |
19 #ifdef __cplusplus |
| 20 } |
20 } |
| 21 #endif |
21 #endif |
| 22 |
22 |