Synopsis
void *dar_GetLast(DAR_ARRAY *dar)
Purpose
Gets the back of the dynamic array.
Input
dar
Dynamic array.
Return
The back element of the dynamic array if it exists, else NULL.
void *dar_GetLast(DAR_ARRAY *dar)
Gets the back of the dynamic array.
Dynamic array.
The back element of the dynamic array if it exists, else NULL.