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.