Quash Shell
0.1
A simple yet powerfull shell program
|
A data structure generated by IMPLEMENT_DEQUE_STRUCT() to store the state of a deque. More...
#include <deque.h>
Public Attributes | |
Type * | data |
size_t | cap |
size_t | front |
size_t | back |
void(* | destructor )(Type) |
A data structure generated by IMPLEMENT_DEQUE_STRUCT() to store the state of a deque.