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

Functions

char * str_ndup (const char *src, size_t len)
 Duplicates the first len bytes of a string.