Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrewn6/linkedlist

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

Last synced: 6 days 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```