1# C List 2 3This is a header-only library for singly-linked lists, written in C. 4 5## Usage 6 7Include the header in your project and put: 8```c 9#define LIST_IMPLEMENTATION 10``` 11When you want the function definitions to be included. 12