test/string_tests.h

Fri, 05 Oct 2012 11:52:53 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 05 Oct 2012 11:52:53 +0200
changeset 48
621a4430c404
parent 39
bf8ab7bb74ff
child 47
22fb97e9f58a
permissions
-rw-r--r--

map can now load values from file into pooled memory

use with care when using a decoder that also allocates memory

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
universe@39 15 UCX_TEST_DECLARE(test_sstrsplit)
universe@39 16
universe@39 17 #ifdef __cplusplus
universe@39 18 }
universe@39 19 #endif
universe@39 20
universe@39 21 #endif /* MPOOL_TESTS_H */
universe@39 22

mercurial