Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
str_ncpy.c File Reference
#include <stddef.h>
Include dependency graph for str_ncpy.c:

Functions

char * str_ncpy (char *dst, const char *src, size_t len)
 

Function Documentation

◆ str_ncpy()

char * str_ncpy ( char *  dst,
const char *  src,
size_t  len 
)