Skip to main content

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.

Parameters

bag

The ec_bag.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

Was this page helpful?