Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
ft_calloc.c File Reference
#include "libft.h"
#include <stdint.h>
#include <stdlib.h>
Include dependency graph for ft_calloc.c:

Functions

void * ft_calloc (size_t count, size_t size)
 Allocates and zeroes memory for an array.