aboutsummaryrefslogtreecommitdiff
path: root/DSAA/chap3_lists_stacks_queues/ex_6.c
blob: 2a8f565b947415203d00841c2981ea633908ee67 (plain)
1
2
3
4
5
6
#include <stdio.h>
#include <stdlib.h>

#include "list.h"