test/string_tests.h

Fri, 05 Oct 2012 10:38:51 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 05 Oct 2012 10:38:51 +0200
changeset 47
22fb97e9f58a
parent 39
bf8ab7bb74ff
child 54
f634f790661a
permissions
-rw-r--r--

sstrncat uses memcpy

universe@39 1 /*
universe@39 2 *
universe@39 3 */
universe@39 4
universe@39 5 #ifndef STRING_TESTS_H
universe@39 6 #define STRING_TESTS_H
universe@39 7
universe@39 8 #include "ucx/test.h"
universe@39 9 #include "ucx/string.h"
universe@39 10
universe@39 11 #ifdef __cplusplus
universe@39 12 extern "C" {
universe@39 13 #endif
universe@39 14
olaf@47 15 UCX_TEST_DECLARE(test_sstr)
olaf@47 16 UCX_TEST_DECLARE(test_sstr_len_cat)
universe@39 17 UCX_TEST_DECLARE(test_sstrsplit)
universe@39 18
universe@39 19 #ifdef __cplusplus
universe@39 20 }
universe@39 21 #endif
universe@39 22
universe@39 23 #endif /* MPOOL_TESTS_H */
universe@39 24

mercurial