| include | ||
| src | ||
| .gitignore | 458 B | |
| cross_mipsel.txt | 313 B | |
| cross_win.txt | 357 B | |
| LICENSE | 34.3 KB | |
| meson.build | 658 B | |
| README.md | 546 B |
READMERaw
libcutils
Collection of some portable helper function and data structures in C89.
Backport
Makes some types and macros from C99 avaiable in C89.
Byte-Array
Resizable array to store objects linearly in memory.
Vector
Resizable array to store pointers to objects.
Dyn-String
Resizable String with some QOL functions.
Linked-List
Singly- and doubly-linked list with a common interface.
Extensions
Various Posix and MS functions rewritten for portable usage.
Misc
Some small helper functions for different tasks.