Files
codezero/tasks/libmem/tests/test_memcache.h
Bahadir Balban e2b791a3d8 Initial commit
2008-01-13 13:53:52 +00:00

11 lines
226 B
C

#ifndef __TEST_MEMCACHE_H__
#define __TEST_MEMCACHE_H__
#include <memcache/memcache.h>
int test_memcache(int num_alloc, int alloc_size_max, FILE *initstate, FILE *exitstate, int aligned);
#endif /* __TEST_MEMCACHE_H__ */