Yet Another eXchange Tool 0.11.3
Loading...
Searching...
No Matches
Functions
ensure_array_size.c File Reference
#include <stdlib.h>
#include "ensure_array_size.h"
#include "core/ppm_xfuncs.h"
Include dependency graph for ensure_array_size.c:

Go to the source code of this file.

Functions

void xt_realloc_array (void **array, size_t elem_size, size_t *curr_array_size, size_t requested_size)
 

Detailed Description

Author
Jörg Behrens behre.nosp@m.ns@d.nosp@m.krz.d.nosp@m.e Moritz Hanke hanke.nosp@m.@dkr.nosp@m.z.de Thomas Jahns jahns.nosp@m.@dkr.nosp@m.z.de

Definition in file ensure_array_size.c.

Function Documentation

◆ xt_realloc_array()

void xt_realloc_array ( void ** array,
size_t elem_size,
size_t * curr_array_size,
size_t requested_size )

Definition at line 56 of file ensure_array_size.c.