A comprehensive utility library that provides various essential functions and data structures, including:
- String and memory functions
- Random number generator
- Linked lists
- Custom printf (see ft_printf)
- Linear-probing hashmap
- Dynamic array
- AVL binary search tree
A custom implementation of the
printf
function
- Flags:
#
0
-
+
- Field width: number or
*
, negative values set the-
flag- Precision: number or
*
- Length modifier: all the modifiers mentioned in
printf(3)
- Conversion specifier:
idxXcspnm%