7 lines
78 B
C
7 lines
78 B
C
#ifndef ALLOC_H_
|
|
#define ALLOC_H_
|
|
|
|
void freeall(void);
|
|
|
|
#endif /* ALLOC_H_ */
|