Nivirx / linkedListC

A implementation of a linked list in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linkedListC

A implementation of a linked list in C

I wrote this as a learning project to learn a bit about C and linked lists. It was not written with any particular goal in mind (performance, safety, memory footprint...)

About

A implementation of a linked list in C

License:MIT License


Languages

Language:C 93.3%Language:Makefile 6.7%