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
- 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.
- Write a blog post on C static libraries.
- Derrick Gee - kai-dg