list icon indicating copy to clipboard operation
list copied to clipboard

A linked list implementation in C

Results 4 list issues
Sort by recently updated
recently updated
newest added

Each struct node has a data item and a pointer to another struct node.

Some exercises in C with lists [Esercizi sulle liste e sulle stringhe.zip](https://github.com/dxtr/list/files/3721041/Esercizi.sulle.liste.e.sulle.stringhe.zip)