feat: added ft_strcmp.c
This commit is contained in:
parent
99f0ea3fec
commit
8ad0f35891
2 changed files with 13 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
# include <stdlib.h>
|
||||
|
||||
int ft_strcmp(const char *s1, const char *s2);
|
||||
int ft_islower(int c);
|
||||
int ft_isupper(int c);
|
||||
int ft_tolower(int c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue