Skip to content

anaximeno/3s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

127 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3s - Generic Typed Data Structures Library

C library with the implementation of some data structures. The intent is to have data structures that can simultaneously hold more than one specific type of data.

How to test the examples?

Run the following command to compile the examples:

make examples

Then run the numbered tests, for example to run the first test, run:

./example01

How to run unit tests?

First make sure you've also cloned the submodule used for tests, tinytest inside the root folder of this project, you can do it with the command:

git submodule update --init

If everything went ok you can then execute the tests with:

make test

About

Generic-Typed Data Structure Library in C (Under development)

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors