Function list_iterator_start

Source
pub unsafe extern "C" fn list_iterator_start(l: *mut list_t) -> c_int
Expand description

start an iteration session.

This function prepares the list to be iterated.

@param l list to operate @return 0 if the list cannot be currently iterated. >0 otherwise

@see list_iterator_stop()