Synopsis
unsigned ctl_byte_queue_receive_nb(CTL_BYTE_QUEUE_t *q,
                                   unsigned char *b);
Description

ctl_byte_queue_receive_nb pops the oldest byte in the byte queue pointed to by m into the memory pointed to by b. If no bytes are available the function returns zero otherwise it returns 1.