minishell/printf/libft
2023-06-06 16:48:34 +02:00
..
src firstpush 2023-06-06 16:48:34 +02:00
tests firstpush 2023-06-06 16:48:34 +02:00
.gitignore firstpush 2023-06-06 16:48:34 +02:00
libft.h firstpush 2023-06-06 16:48:34 +02:00
Makefile firstpush 2023-06-06 16:48:34 +02:00
Readme.md firstpush 2023-06-06 16:48:34 +02:00
test.sh firstpush 2023-06-06 16:48:34 +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