-
Notifications
You must be signed in to change notification settings - Fork 0
jdearmas/libcds
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Abstract -------- libcds is a minimalistic data structures library written in C. // high-level descriptions // list all data structures Installation ------------ Edit config.mk to match your local setup. libcds is installed into /usr/lib by default. Afterwards enter the following command to build and install libcds (if necessary as root): $ make clean install Running libcds ------------ Simply use an '#include' directive in the C source file you wish to use the library: $ #include "libcds.h" Configuration ------------- No configuration is needed. Changelog ---------
About
A minimalistic data structures library written in C
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published