Skip to content

TheoCorn/theosl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THEOSL

Theo Standart Library

A collection of useful functions and templated datastructures for C.

Datastructures

For now only vector (dynamic array), doubly linked tree and a generic hashmap more may be comming.

First define the concrete implementation like DEF_VEC(int) or DEF_DL_TREE(Node). Structs and emums must be typedef (this is not possible DEF_VEC(struct node_t)). For examples look in the test directory.

About

Theo's standart library for C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published