Initializing help system before first use

XPRMgetlistsize

XPRMgetlistsize


Purpose
Get the size of a list.
Synopsis
unsigned int XPRMgetlistsize(XPRMlist list);
Argument
list 
Reference to a list
Return value
Size (=number of elements) of the list.
Further information
This function returns the size, that is the number of elements, of a given list.
Related topics