Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 588 Bytes

File metadata and controls

13 lines (11 loc) · 588 Bytes

0x08. C - Static libraries

About

An introductory project on:

  • static libraries, how they work, how to create one, and how to use them

Requirements

  • Ubuntu 14.04
  • gcc 4.8.4

File Descriptions

libholberton.a - archive library containing various functions from previous projects.

holberton.h - header file with all of the prototypes for libholberton.a.

create_static_lib.sh - script that creates a static library, liball.a with all of the functions listed in holberton.h.