test/mpool_tests.h@b78e174b6814
test/mpool_tests.h
Sat, 31 Dec 2011 22:21:45 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 31 Dec 2011 22:21:45 +0100
- changeset 14
- b78e174b6814
- parent 13
-
98ac89e3aa37
- child 17
-
2e7050c3a18e
- permissions
- -rw-r--r--
Fixed realloc
/*
*
*/
#ifndef MPOOL_TESTS_H
#define MPOOL_TESTS_H
#include "ucx/mpool.h"
#ifdef __cplusplus
extern "C" {
#endif
int mpool_tests();
#ifdef __cplusplus
}
#endif
#endif /* MPOOL_TESTS_H */