An open API service indexing awesome lists of open source software.

https://github.com/andrewn6/linkedlist

Linked list in C
https://github.com/andrewn6/linkedlist

Last synced: about 1 month ago
JSON representation

Linked list in C

Awesome Lists containing this project

README

          

Linked list in C

### How to run
```gcc main.c -o linked_list```
```./linked_list```