Libft: This project is to code a C library regrouping usual functions that you’ll be allowed to use in all my other projects.
- 01. functions .c (also bonus part)
- 02. Makefile
- 03. My GNL function
- 03. Author file
Run the following commands:
- To compile
make
- To remove objects:
make clean
- To remove objects and binary file (program):
make fclean
- To re-compile:
make re
- Fork this repository
- Clone your repository forked
- Contribute
- Push
- Create a pull request in this repository
- Wait the merged !
- Be happy :)
I took the readme image from this website