maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
size_t | ft_strlcat (char *dst, const char *src, size_t size) |
size_t ft_strlcat | ( | char * | dst, |
const char * | src, | ||
size_t | size | ||
) |
Definition at line 26 of file ft_strlcat.c.
References ft_strlen().