Skip to content

Latest commit

 

History

History

0x09-static_libraries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Tasks for this project:

  1. Create the static library libholberton.a
  2. 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 2.Write a blog post on C static libraries. It should cover:
  • Why use libraries
  • How they work
  • How to create them
  • How to use them