Clone
HTTP
include
src
.gitignore470 B
cross_mipsel.txt313 B
cross_win.txt357 B
LICENSE34.3 KB
meson.build683 B
README.md546 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.