Wed, 27 Feb 2013 16:59:02 +0100
happy 100th commit + removed deprecated sstrcat + fixed sstrncat
/* * */ #ifndef STRING_TESTS_H #define STRING_TESTS_H #include "ucx/test.h" #include "ucx/string.h" #ifdef __cplusplus extern "C" { #endif UCX_TEST_DECLARE(test_sstr); UCX_TEST_DECLARE(test_sstr_len_cat); UCX_TEST_DECLARE(test_sstrsplit); UCX_TEST_DECLARE(test_sstrtrim); #ifdef __cplusplus } #endif #endif /* STRING_TESTS_H */