Skip to content

A template-like implementation of array, list and map written in C

License

Notifications You must be signed in to change notification settings

shlemisto/C_data_structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A template-like implementation of array, list and map written in C

See code example in example.c

To compile:

gcc -Wall -pedantic -std=c11 -o example example.c # gcc >= 4.9

About

A template-like implementation of array, list and map written in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages