/libft

libc functions made for 42 school Madrid

Primary LanguageC

libft

libc functions made for 42 school Madrid

Info

The project was evaluated as it was in the commit tagged as project_evaluation with a 125% mark by peer to peer evaluation and Moulinette.

In order to use that version please checkout that commit.

Usage

To use the testers please make sure you build the project first with the make or make bonus commands, then change directory to the tester folder and compile the tester of your choice and ../libft.a

For example:

make
cd tester
cc -Wall -Wextra -Werror ft_part1_tester.c ../libft.a
./a.out