remove final lines

This commit is contained in:
Khaïs COLIN 2024-11-01 13:27:44 +01:00
parent 01da2291c8
commit b5a957f5a4
2 changed files with 19 additions and 15 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/11/01 12:31:58 by kcolin #+# #+# */
/* Updated: 2024/11/01 12:32:00 by kcolin ### ########.fr */
/* Updated: 2024/11/01 12:37:32 by kcolin ### ########.fr */
/* */
/* ************************************************************************** */
@ -84,7 +84,7 @@ size_t ft_strlcat(char *dst, const char *src, size_t size)
return (dst_len + src_len);
}
char *ft_strjoin_free_s1(char const *s1, char const *s2)
char *ft_strjoin_and_free_originals(char const *s1, char const *s2)
{
char *out;
size_t len;