mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 19:03:15 +01:00
9 lines
178 B
C
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
|