Skip to content

Latest commit

 

History

History

0x08-static_libraries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.