maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
void * | ft_calloc (size_t count, size_t size) |
void * ft_calloc | ( | size_t | count, |
size_t | size | ||
) |
Definition at line 23 of file ft_calloc.c.
References ft_memset().