cub3d/libft
2023-10-25 13:56:45 +02:00
..
src initial push 2023-10-25 13:56:45 +02:00
tests initial push 2023-10-25 13:56:45 +02:00
.gitignore initial push 2023-10-25 13:56:45 +02:00
libft.h initial push 2023-10-25 13:56:45 +02:00
Makefile initial push 2023-10-25 13:56:45 +02:00
Readme.md initial push 2023-10-25 13:56:45 +02:00
test.sh initial push 2023-10-25 13:56:45 +02:00

Functions

striteri

void ft_striteri(char *s, void (f)(unsigned int, char));

Tester

general

check for -Wall -Werror -Wextra
Think of more edge cases for all functions

add tests extra

check if function exists in .h and run the tests for that fucntion