Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 357 Bytes

File metadata and controls

12 lines (9 loc) · 357 Bytes

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