Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 648 Bytes

File metadata and controls

16 lines (12 loc) · 648 Bytes

0x09.C - Static libraries

Project involves working with static libraries in C

Technologies used

  • C files are written according to the C90 standard
  • Tested on Ubuntu 20.04 LTS

Files

All of the following files are scripts and programs written in C:

Filename Description
libmy.a Static library that contains a lot of functions
create_static_lib.sh Script that creates a static library called liball.a from all the .c files that are in the current directory
main.h Header file that contains all the prototypes of the used functions