MobilityDB 1.3
Loading...
Searching...
No Matches

◆ add_answer()

static void add_answer ( const int  id,
int **  ids,
int *  count 
)
static

Adds an ID to the dynamically allocated array with the answer of a query.

Parameters
[in]idThe integer ID to be added to the array.
[in]idsPointer to a pointer to the dynamically allocated array of integers.
[in]countPointer to an integer representing the current number of elements in the array.