School 42 project: standart C functions library
Summary: The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.
This implementation contains ordinary functions from the task and additional functions such as:
- dlist - double-linked list basic functions
- get_next_line - from 42 school project "get_next_line", a C getline() implementation
- ft_printf - from 42 school project "ft_printf", a C printf() implementation
- htable - hash table implementation