Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Benoilte/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

260 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft is the very first project as a student at 42.
The goal is to recode a few functions of the C standard library as well as some other utility functions that we will use during our whole cursus.

The libft folder is the one that will be evaluated by the moulinette. By openning this folder you can launch the tester francinette to easily check this project.

My result 🎰

Libft_scores

I create a test_libft folder to check all of my libft function individually.
Do the following command on the root of the project to compile functions:

compile all libft functions with the following command:

make

Compile only one libft function with the following command (replace nameOfTheFunction by the name of the function you want to compile):

make ft_nameOfTheFunction

after compiling you can launch the program with the following command(replace nameOfTheFunction by the name of the function you want to compile):

./ft_nameOfTheFunction

Give the argument needed to test it correctly (check which argument is needed in the code)

About

This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors