void del_timer_list(void)

function to delete a list.

Documentation

function to delete a list. Walks through the list and deallocates all timer_item structs. Finally destroys the timer_list struct
Parameters:
del_list - pointer to the timer_list struct to be deleted
Returns:
0 on success, -1 if pointer was NULL or other error

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.