ringqPutBlk basic EMF

Synopsis

Add a block of data to the ring queue.

Prototype

int ringqPutBlk(ringq_t *rq, unsigned char *buf, int size); 

Parameters

rq The ring queue which to add the block
buf Data to put on the end of the queue
size Length of the data buf that is incrementally added to the queue

Description

Will grow the queue as required.

Return Value

Returns the number of bytes written to the queue.

Example



See Also

ringqOpen, ringqPutstr, ringqPutc,