Skip to content

Anthony-Verdon/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

My own library of C functions

This project is the first one of the 42 common core. The goal is to create and reproduce differents functions to use them in our future projects. You will find the subject of the project into the repository. My grade : 122/100.

How to use it

  1. Clone it git clone [email protected]:AnthonyVerdon-42Projects/libft.git.
  2. Compile it make. You can also use make bonus to compile linked list functions.
  3. In your project, compile with -Llibft -lft and include libft.h in your file. If you want to put them in another directory, you must compile with -L{path}/libft and include {path}/libft.h.
  4. Use it like you need ! If you need to know which functions you can use or what are their behavior, check the subject in the repository.

How to modify it

If you want to modify it, it's really simple, you just need to add your files into the source of the Makefile and add the prototypes of the functions into libft.h

Find a bug ?

If you find an undefined behaviour (crash, leaks, ...), please submit an issue or contact me

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published