Skip to content

Latest commit

 

History

History

0x09-static_libraries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

0x09. C - Static libraries

Resources:books:

Read or watch:


Learning Objectives:bulb:

What I learned 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

  • Static library libholberton.a containing all the functions listed below:
  • 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