0x09. C - Static libraries
Description
What you should learn from this project:
- What is a static library, how does it work, how to create one, and how to use it
- Basic usage of ar, ranlib, nm
- Create the static library libholberton.a containing all the functions listed below:
- Create a script called create_static_lib.sh that creates a static library called liball.a from all the .c files that are in the current directory.
Author