maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
void * | ft_memcpy (void *dest, const void *src, size_t n) |
void * ft_memcpy | ( | void * | dest, |
const void * | src, | ||
size_t | n | ||
) |
Definition at line 22 of file ft_memcpy.c.
Referenced by ft_memmove(), and strndup().