Files
codezero/conts/libmem/tests/test_kmalloc.h
2009-10-01 10:52:07 +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