Skip to content

zusage/clc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CLC -- Containers library in C

list

Doubly linked list implementation in C. The flexible nature and loosely coupled of the design has allow it to be use with minimal effort, increasing adoption and reducing implementation time.

Create static lib
$ gcc -c -o libdlist lib/container/list.c -I include/
$ ar rcs libdlist.a libdlist
Use lib
$ gcc -o demo main.c -L. -ldlist -I include/
Run
$ ./demo

About

Doubly linked list implementation in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages