Skip to content

paulgriffiths/gds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gds

What is it?

gds is a C language type-generic data structure library, including:

  • stack

  • queue

  • vector

  • list

  • dictionary

  • string

gds also includes other general purpose functionality, including:

  • unit testing facilities

  • logging facilities

  • error reporting functions and macros

  • command line option parsing

  • string manipulation functions

  • standard function wrappers

  • debug print macros

Who maintains it?

gds is written and maintained by Paul Griffiths.

The latest version

Details of the latest version can be found on the GitHub project page at https://github.com/paulgriffiths/gds.

Documentation

Up-to-date documentation can be found at https://github.com/paulgriffiths/gds/wiki.

Installation

gds is written in C. Type make to build.

Sample programs and unit tests are built into the bin directory.

Licensing

Please see the file called LICENSE.

Contacts

About

A C language generic data structures library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages