Nut/OS  4.10.3
API Reference
calloc.c File Reference
#include <compiler.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <errno.h>
Include dependency graph for calloc.c:

Go to the source code of this file.

Functions

void * calloc (size_t num, size_t size)
 Allocate space for an array.