An introductory project on:
- static libraries, how they work, how to create one, and how to use them
- Ubuntu 14.04
- gcc 4.8.4
libholberton.a - archive library containing various functions from previous projects.
holberton.h - header file with all of the prototypes for libholberton.a.
create_static_lib.sh - script that creates a static library, liball.a
with all of the functions listed in holberton.h.