SynopsisAdd a block of data to the ring queue. Prototype#include "uemf.h" int ringqPutBlk(ringq_t *rq, unsigned char *buf, int size); Parameters
DescriptionWill grow the queue as required. Return ValueReturns the number of bytes written to the queue. ExampleringqPutBlk(rq, newbuf, len); Stability ClassificationEvolving. See Also |