test/mpool_tests.h

Thu, 05 Jan 2012 14:53:54 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 05 Jan 2012 14:53:54 +0100
changeset 20
db7d9860dbbd
parent 17
2e7050c3a18e
child 28
1666cbeb1db8
permissions
-rw-r--r--

added some map functions

/* 
 *
 */

#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