Nut/OS  4.10.3
API Reference
realloc.c File Reference
#include <sys/heap.h>
#include <stdlib.h>
#include <errno.h>
Include dependency graph for realloc.c:

Go to the source code of this file.

Functions

void * realloc (void *ptr, size_t len)
 Reallocate a block from heap memory.