Skip to content

Latest commit

 

History

History

0x09-static_libraries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

0x09-static_libraries

  • Create the static library libmy.a containing all the functions listed below: If you haven’t coded all of the above functions create empty ones with the right prototype. Don’t forget to push your main.h file to your repository. It should at least contain all the prototypes of the above functions.
  • 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.