test/string_tests.h@02f38adea013
test/string_tests.h
Thu, 04 Oct 2012 18:23:32 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Thu, 04 Oct 2012 18:23:32 +0200
- changeset 43
- 02f38adea013
- parent 39
-
bf8ab7bb74ff
- child 47
-
22fb97e9f58a
- permissions
- -rw-r--r--
fixed crash fails by completing the implementation of the tested function....
/*
*
*/
#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 */