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

     1 /* 
     2  *
     3  */
     5 #ifndef STRING_TESTS_H
     6 #define	STRING_TESTS_H
     8 #include "ucx/test.h"
     9 #include "ucx/string.h"
    11 #ifdef	__cplusplus
    12 extern "C" {
    13 #endif
    15 UCX_TEST_DECLARE(test_sstr)
    16 UCX_TEST_DECLARE(test_sstr_len_cat)
    17 UCX_TEST_DECLARE(test_sstrsplit)
    19 #ifdef	__cplusplus
    20 }
    21 #endif
    23 #endif	/* MPOOL_TESTS_H */

mercurial