|
maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
| size_t | ft_strlcpy (char *dst, const char *src, size_t size) |
| size_t ft_strlcpy | ( | char * | dst, |
| const char * | src, | ||
| size_t | size | ||
| ) |
Definition at line 25 of file ft_strlcpy.c.
Referenced by ft_strdup(), and ft_strndup().
