Files
libft/ft_strlcat.c
Loïc GUEZO 9492262e6b feat: add ft_tolower function
also change header comments
2025-10-08 10:05:51 +02:00

8 lines
119 B
C

#include "libft.h"
// TODO
// size_t ft_strlcat(char *dst, const char *src, size_t dstsize)
// {
// return (0);
// }