Next: , Previous: , Up: Named Objects Collections Functions   [Index]


12.2.3.6 x1f4_lime_mxdeck

extern int x1f4_lime_mxdeck
    (void *deck, void *back, int (*call)(void *, const void *));

The x1f4_lime_mxdeck function calls call for each element in the deck string key pointer value associative array, with back and the data (the stored pointer, that is) for the element as arguments, in this order, until call returns non zero.

The function returns 0 if call was never called (i.e. string key pointer value associative array is empty) or if call never returned non zero, the non zero return of call otherwise.