This is a minor release which adds an array based list implementation and an extension to the "stdio" standard library file. (0 comments)
This is a minor release, which adds:
- Implementations: Array_List.
- Extensions: stdio. (0 comments)
This first release contains several data types (lists, maps, iterators, booleans, fixed width integral types, etc), some extensions to the standard library (errno, stdlib, string, etc) and useful macros. (0 comments)
The C Library is a software library designed to ease development in the C programming language.
This first release contains:
- Types: Iterator, List, Map, bool, ssize_t, [u]int<n>_t (8, 16, 32, 64).
- Implementations:
It has been 2 months since I first announced how the first release would be coming soon. My free time has been running low so a delay is inevitable. However, the Map and Hash_Map classes are almost fully implemented. (0 comments)
The List, Linked_List and Iterator classes (along with tests) are already in the CVS, and the Map class is next. (0 comments)