test/mpool_tests.h@b4769e4eb4d1
test/mpool_tests.h
Sat, 31 Dec 2011 22:46:27 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Sat, 31 Dec 2011 22:46:27 +0100
- changeset 16
- b4769e4eb4d1
- parent 13
-
98ac89e3aa37
- child 17
-
2e7050c3a18e
- permissions
- -rw-r--r--
fixed ultra fail + renamed files from mpool to mempool
/*
*
*/
#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 */