Name
FreeTimer -- free a timer (V6.0)
Synopsis
void FreeTimer(APTR handle);
Function
This function must free the specified timer that has been allocated by RegisterTimer(). See RegisterTimer for details.

Inputs
handle
timer handle allocated by RegisterTimer()

Show TOC