Skip to content

CListEx is a lightweight C library for building generic linked lists with support for any data type, insertions at both ends, and custom memory handling.

License

Notifications You must be signed in to change notification settings

Bernard2806/CListEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CListEx

CListEx is a lightweight C library for building generic linked lists with support for any data type, insertions at both ends, and custom memory handling.