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

ctl_byte_queue_post_nb posts b to the byte queue pointed to by q. If the byte queue is full then the function will return zero otherwise it will return one.