if the queue is empty
Queue.popTail
void * popTail()Removes the last element of the queue and returns its data.
Returns
the data of the last element in the queue, or null
void * popTail()Removes the last element of the queue and returns its data.
if the queue is empty