Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

0x09-static_libraries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
  1. libmy.a- created this static library containing some functions

  2. main.h - included function prototypes of functions in library

  3. create_static_lib.sh - shell script to compile pre linking and create static library