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

https://github.com/scorsi/my-linked-list

A generalized chained list in C easy-to-use.
https://github.com/scorsi/my-linked-list

c library

Last synced: about 19 hours ago
JSON representation

A generalized chained list in C easy-to-use.

Awesome Lists containing this project

README

          

# my-linked-list
A generalized chained list in C easy-to-use.

You have exemple of uses in exemples/ directory.