wpbuf[wpixput++] = x; \ if (wpixput > WPBUF_LEN) \ wpixput--; \
That's why my latest code snippet does it differently: > if (ixput < WPBUF_LEN) > { > buf[ixput++] = x; > }
wpbuf[wpixput++] = x; \ if (wpixput > WPBUF_LEN) \ wpixput--; \
That's why my latest code snippet does it differently: > if (ixput < WPBUF_LEN) > { > buf[ixput++] = x; > }