Work on ansi and clean Makefiles
FossilOrigin-Name: 0805f78d34219a2aac597a313081ce869c389e6b5d471c65c7f43d0906c0a400
This commit is contained in:
9
src/cw/mavl_destroy.c
Normal file
9
src/cw/mavl_destroy.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include "mavl.h"
|
||||
|
||||
void mavl_destroy(struct mavl *t)
|
||||
{
|
||||
mavl_del_all(t);
|
||||
free (t);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user