test/mpool_tests.h@22644e2572bc
test/mpool_tests.h
Sat, 18 Feb 2012 18:36:30 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Sat, 18 Feb 2012 18:36:30 +0100
- changeset 27
- 22644e2572bc
- parent 17
-
2e7050c3a18e
- child 28
-
1666cbeb1db8
- permissions
- -rw-r--r--
removed old foreach + refactored list tests
/*
*
*/
#ifndef MPOOL_TESTS_H
#define MPOOL_TESTS_H
#include "ucx/mempool.h"
#ifdef __cplusplus
extern "C" {
#endif
int mpool_tests();
#ifdef __cplusplus
}
#endif
#endif /* MPOOL_TESTS_H */