ec_bag_empty
Name
ec_bag_empty — Empty a bag
Synopsis
#include "ec_boh.h"
| void **ec_bag_empty** (
| bag)
; | |
ec_bag * <var class="pdparam">bag</var>
;
Description
Empty a bag.
- bag
-
The ec_bag.
This function returns void.
It is legal to call this function in any thread.