11 lines
268 B
Markdown
11 lines
268 B
Markdown
|
# 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
|