Libft
 
Loading...
Searching...
No Matches
ft_calloc.c File Reference
#include "libft.h"
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
Include dependency graph for ft_calloc.c:

Functions

void * ft_calloc (size_t element_count, size_t element_size)
 Allocates a new memory zone, and set all bits to zero.