test/string_tests.h@48ca036d7d9c
test/string_tests.h
Fri, 05 Oct 2012 10:25:33 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Fri, 05 Oct 2012 10:25:33 +0200
- changeset 46
- 48ca036d7d9c
- parent 39
-
bf8ab7bb74ff
- child 47
-
22fb97e9f58a
- permissions
- -rw-r--r--
implemented encoder/decoder for map store/load
/*
*
*/
#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 */