arb/mprb/clear.c

7 lines
No EOL
64 B
C

#include "mprb.h"
void
mprb_clear(mprb_t x)
{
free(x->d);
}