fractol/libft
2023-03-07 05:31:00 +01:00
..
src libupdate 2023-03-07 05:31:00 +01:00
tests libupdate 2023-03-07 05:31:00 +01:00
.gitignore libupdate 2023-03-07 05:31:00 +01:00
libft.h libupdate 2023-03-07 05:31:00 +01:00
Makefile libupdate 2023-03-07 05:31:00 +01:00
Readme.md libupdate 2023-03-07 05:31:00 +01:00
test.sh libupdate 2023-03-07 05:31:00 +01: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