Skip to content

The purpose of this project is code some libc functions, as well as other common utility functions to be reused in the following 42 projects.

Notifications You must be signed in to change notification settings

vicquiro/42-libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

42-libft

The purpose of this project is code some libc functions, as well as other common utility functions to be reused in the following 42 projects.

Instructions

Compiling the library

$ cd 42-libft/ && make

Using it in your code

To use the library functions in your code, simply include its header:

#include  "libft.h"

Testing

About

The purpose of this project is code some libc functions, as well as other common utility functions to be reused in the following 42 projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published