# 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.
