test/string_tests.h@7f90a03e186e
test/string_tests.h
Thu, 04 Oct 2012 14:08:31 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Thu, 04 Oct 2012 14:08:31 +0200
- changeset 41
- 7f90a03e186e
- parent 39
-
bf8ab7bb74ff
- child 47
-
22fb97e9f58a
- permissions
- -rw-r--r--
simplified UCX_MAP_FOREACH
/*
*
*/
#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 */