mirror of
https://github.com/vale981/arb
synced 2025-03-08 18:51:40 -05:00
7 lines
No EOL
64 B
C
7 lines
No EOL
64 B
C
#include "mprb.h"
|
|
|
|
void
|
|
mprb_clear(mprb_t x)
|
|
{
|
|
free(x->d);
|
|
} |