7 lines
66 B
C
7 lines
66 B
C
#ifndef HEAP_DEF
|
|
#define HEAP_DEF
|
|
|
|
void check_heap(void);
|
|
|
|
#endif
|