printf/libft
2023-04-15 06:55:45 +02:00
..
src firstcommit 2023-04-15 06:55:33 +02:00
tests firstcommit 2023-04-15 06:55:33 +02:00
.gitignore firstcommit 2023-04-15 06:55:33 +02:00
libft.h firstcommit 2023-04-15 06:55:33 +02:00
libft.pdf firstcommit 2023-04-15 06:55:45 +02:00
LICENSE firstcommit 2023-04-15 06:55:45 +02:00
Makefile firstcommit 2023-04-15 06:55:33 +02:00
Readme.md firstcommit 2023-04-15 06:55:33 +02:00
test.sh firstcommit 2023-04-15 06:55:33 +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