Skip to content

Ecole42 project. Reimplementation of some C standard library functions.

Notifications You must be signed in to change notification settings

sabrusrin/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft

my 42 nickname - chermist

Code written in norminette code style(github.com/sabrusrin/norme) Ecole42 project.
Reimplementation of some C standard library functions.

Use make to build libft.

To use libft.a in your program add #include "libft.h" to your header file and compile like this:

gcc your_program.c -I./includes -L./ -lft

About

Ecole42 project. Reimplementation of some C standard library functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published