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