42 school project
The objective of this project is recreating standard system functions without using any external functions (from standard libraries). Only exception is using malloc() in ft_calloc and ft_strdup.
What I've learned in this project:
- Makefile
- Header files
- Working with github