1337-Libft-42 icon indicating copy to clipboard operation
1337-Libft-42 copied to clipboard

This 42project aims to code a C library regrouping usual functions that we’ll be allowed to use in all our other 42 projects.

Results 1 1337-Libft-42 issues
Sort by recently updated
recently updated
newest added

in libft.h the function ft_strlcat is prototyped differently than it is in ft_strlcat.c the only small difference being 1 letter 'e' in dst ft_strlcat.c: `size_t ft_strlcat(char *dst, const char *src,...