a6e926cb8330493422b2eeaf2d0c8bdbda37990f
3 int main(int argc
, char** argv
)
8 void t_vector_push_pop_basic();
9 void t_vector_push_pop_evolved();
12 //file ./t.BufferTop.c :
13 void t_buffertop_clear();
14 void t_buffertop_size();
15 void t_buffertop_push_pop_basic();
16 void t_buffertop_push_pop_evolved();
17 void t_buffertop_copy();
22 void t_tree_add_remove();
23 void t_tree_iterate();
29 void t_heap_push_pop_basic();
30 void t_heap_push_pop_evolved();
36 void t_list_push_pop_basic();
37 void t_list_push_pop_evolved();
43 void t_queue_push_pop_basic();
44 void t_queue_push_pop_evolved();
50 void t_stack_push_pop_basic();
51 void t_stack_push_pop_evolved();
54 //file ./t.PriorityQueue.c :
55 void t_priorityqueue_clear();
56 void t_priorityqueue_size();
57 void t_priorityqueue_push_pop_basic();
58 void t_priorityqueue_push_pop_evolved();
59 void t_priorityqueue_copy();