maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
void * | ft_memset (void *s, int c, size_t n) |
void * ft_memset | ( | void * | s, |
int | c, | ||
size_t | n | ||
) |
Definition at line 28 of file ft_memset.c.
Referenced by ft_calloc(), and signal_handler().