Files
codezero/tasks/libmem/tests/test_kmalloc.h
Bahadir Balban e2b791a3d8 Initial commit
2008-01-13 13:53:52 +00: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