Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 218 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 218 Bytes

abstract-data-structres-for-c

Abstract Data Structres Library for C language

This project for now just contain a LinkedList implementation.

In the /test/test_list/test_list.c there is an example of how to used it.