long FUNCTION c_qsize(q)
long q;
The number of the queue to check. This number is returned by c_qcreate().
This routine is used to determine the size of (number of objects in) a queue.
c_qsize() returns
the number of objects contained in the queue.