This C program illustrates an implementation of generic programming using dynamic data structures, like single linked lists in this example.
This is acheived using the tree unix command.
.
├── headers/
│ ├── generic-linked-lists.h
│ ├── main.h
│ └── sys_headers.h
├── README.md
└── src/
├── build/
│ ├── generic-linked-lists.d
│ ├── generic-linked-lists.o
│ ├── main.d
│ └── main.o
├── generic-linked-lists.c
├── main
├── main.c
└── Makefile
3 directories, 12 files
git clone https://github.com/MassiGy/<repo_name>
cd ./src
make
./main