Files
codezero/containers/posix/libmem/tests/test_kmalloc.h
2009-08-25 14:34:21 +03:00

9 lines
178 B
C

#ifndef __TEST_KMALLOC_H__
#define __TEST_KMALLOC_H__
#include <kmalloc/kmalloc.h>
void test_kmalloc(int num_allocs, int allocs_max, FILE *initstate, FILE *exitstate);
#endif