|
Libft
42 Libft library documentation
|
#include "../includes/libft.h"
Include dependency graph for ft_strlcat.c:Go to the source code of this file.
Functions | |
| size_t | ft_strlcat (char *dest, const char *src, size_t size) |
| Appends a string to a bounded destination buffer. | |
| size_t ft_strlcat | ( | char * | dest, |
| const char * | src, | ||
| size_t | size | ||
| ) |
Appends a string to a bounded destination buffer.
| dest | Destination buffer. |
| src | Source string. |
| size | Full size of dest buffer. |
Definition at line 23 of file ft_strlcat.c.
References ft_strlen().
Here is the call graph for this function: