As long as Norminette codestyle doesn't allow a lot, there is my library of useful functions and structures.
It was started from an easy task (full version in pdf), and was largely extended since.
run: make
use: -I path/to/libft/includes -path/to/libft/libft.a
- std - essencially consists of recreated functions from stdlib.h и string.h - easy operations with symbols, strings, memory, pointers
list- linked list structure (with according functions)vector- dynamic array structure (with according functions)tree- dict structure based on AVL-tree (with according functions)- gnl - aka readlines function (full version in pdf)
- ft_printf - recreated printf, including all flags and undefined behavior (full version in pdf)
Developed in strict accordance with Norminette codestyle