Ejemplo n.º 1
0
static int EraseAll(Deque * d,const void* item)
{
    return EraseInternal(d,item,1);
}
Ejemplo n.º 2
0
static int EraseAll(ElementType *SC,const CHAR_TYPE *str)
{
    return EraseInternal(SC,str,1);
}