Skip to content

This is a 42 project. The purpose is to create a C library with important functions used very frequently during the course.

Notifications You must be signed in to change notification settings

richardmarcela/42-libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Libft

imagem

This is a 42 project. The purpose is to create a C library with important functions used very frequently during the course.

But first, how can I install and run this project?

1 - First things first, you need to clone this repository:

git clone https://github.com/richardmarcela/42-libft.git

2 - Go to Libft/libft and run make

cd 42-libft
make

3 - Compile your main with the libft.a

gcc -Wall -Wextra -Werror main.c libft.a

💡 Tip! You can use scripts such as:

Tripouille/libftTester

and that's basically it! :)

About

This is a 42 project. The purpose is to create a C library with important functions used very frequently during the course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published