|
libreis
0.1.0
A simple header-based drop-in library
|
Files | |
| file | data.c |
| Includes several data strucutes such as maps, vectors, and matricies. | |
| file | hmap.c |
| HashMap data structure and related functions. | |
| file | io.c |
| New functions related to file handling and writing to stdout. | |
| file | math.c |
| Functions for math operations. | |
| file | string.c |
| New functions and types related to string and string manipulation. | |
| file | trie.c |
| Trie (N-ary tree) structure and functions. | |