Pop first pushed object from queue.
- Parameters:
-
| queue | a pointer of Q_QUEUE |
| object | popped objected will be stored at this object pointer |
- Returns:
- true if successful, otherwise(queue empty or not initialized) returns false
- Note:
- Can be used for FIFO implementation
Definition at line 233 of file qQueue.c.