IP_PulseDestroy
IP_PulseDestroy — destroys a pulse.
Syntax
#include <cogent.h>
int IP_PulseDestroy(
int pulse)
;
Returns
0 on success,
or -1 on failure and
errno is set.
Description
This function destroys a pulse, cleaning up any associated resources.