test/string_tests.h@621a4430c404
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
/*
*
*/
#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_sstrsplit)
#ifdef __cplusplus
}
#endif
#endif /* MPOOL_TESTS_H */