Skip to content

alexanderchan-scality/42_libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_libft

42 libft is a library of self-implemented libc functions and data structures that will be used to develop 42 projects.

Usage:

  1. To use the library, clone/download the folder onto the root directory of the project.
  2. Compile and create the "libft.a" library using the Makefile with the command: "make all"

Other make file functions includes:

  • "make fclean" to remove the generate library and object files .
  • "make re" to remove and remake the library

Releases

No releases published

Packages

No packages published