MicrOS
realloc.c File Reference
#include "../stdlib.h"

Functions

void * realloc (void *ptr, size_t size)
 Reallocate memory block. More...
 

Function Documentation

◆ realloc()

void* realloc ( void *  ptr,
size_t  size 
)

Reallocate memory block.