Simple implementation of a double-ended queue (deque) in C. This implementation uses a single array with a single allocation. You can use the Deque_Resize function to ...