mirror of
https://github.com/guezoloic/libft.git
synced 2026-01-25 07:34:16 +00:00
feat: add ft_tolower function
also change header comments
This commit is contained in:
7
ft_strlcat.c
Normal file
7
ft_strlcat.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "libft.h"
|
||||
|
||||
// TODO
|
||||
// size_t ft_strlcat(char *dst, const char *src, size_t dstsize)
|
||||
// {
|
||||
// return (0);
|
||||
// }
|
||||
Reference in New Issue
Block a user