mirror of
https://github.com/guezoloic/libft.git
synced 2026-01-25 04:34:14 +00:00
8 lines
119 B
C
8 lines
119 B
C
#include "libft.h"
|
|
|
|
// TODO
|
|
// size_t ft_strlcat(char *dst, const char *src, size_t dstsize)
|
|
// {
|
|
// return (0);
|
|
// }
|