test/mpool_tests.h

Thu, 09 Feb 2012 10:40:19 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 09 Feb 2012 10:40:19 +0100
changeset 25
3192553c0df1
parent 17
2e7050c3a18e
child 28
1666cbeb1db8
permissions
-rw-r--r--

changed hgignore filter

/* 
 *
 */

#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 */

mercurial