universe@39: /* universe@39: * universe@39: */ universe@39: universe@39: #ifndef STRING_TESTS_H universe@39: #define STRING_TESTS_H universe@39: universe@39: #include "ucx/test.h" universe@39: #include "ucx/string.h" universe@39: universe@39: #ifdef __cplusplus universe@39: extern "C" { universe@39: #endif universe@39: olaf@47: UCX_TEST_DECLARE(test_sstr) olaf@47: UCX_TEST_DECLARE(test_sstr_len_cat) universe@39: UCX_TEST_DECLARE(test_sstrsplit) universe@39: universe@39: #ifdef __cplusplus universe@39: } universe@39: #endif universe@39: universe@39: #endif /* MPOOL_TESTS_H */ universe@39: