maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
int | ft_memcmp (const void *s1, const void *s2, size_t n) |
int ft_memcmp | ( | const void * | s1, |
const void * | s2, | ||
size_t | n | ||
) |
Definition at line 23 of file ft_memcmp.c.