Home | Info | Community | Development | myReactOS | Contact Us
Get and reset the clip count.
Definition at line 1019 of file libmpg123.c.
{ long ret = 0; ALIGNCHECK(mh); if(mh != NULL) { ret = mh->clip; mh->clip = 0; } return ret; }