Пример #1
0
void DSP_table_clear(DSP_table* table)
{
    assert(table != NULL);

    Etable_clear(table->dsps);

    return;
}
Пример #2
0
void Pat_table_clear(Pat_table* table)
{
    rassert(table != NULL);
    Etable_clear(table->pats);
    return;
}