Synopsis
void ctl_byte_queue_init(CTL_BYTE_QUEUE_t *q,
                         unsigned char *queue,
                         unsigned queue_size);
Description

ctl_byte_queue_init is given a pointer to the byte queue to initialize in q. The array that will be used to implement the byte queue pointed to by queue and its size in queue_size are also supplied.