This commit is contained in:
gazhonsepaskwa
2025-02-07 12:35:13 +01:00
parent 4d63a10900
commit 4c678f767d
6 changed files with 76 additions and 13 deletions

View File

@@ -45,6 +45,7 @@ char *ft_strjoin(const char *s1, const char *s2);
char *ft_strtrim(const char *s1, const char *set);
char *ft_strmapi(char const *s, char (*f)(unsigned int, char));
void ft_striteri(char *s, void (*f)(unsigned int, char *));
int is_only_space(char *str);
void *ft_memset(void *b, int c, size_t len);
void *ft_memcpy(void *dst, const void *src, size_t n);