#include "unify.h"
int Destroy_Sequencer(int seq_id);
Destroy_Sequencer(3) frees all the resources associated
with the sequencer referenced by seq_id.
Destroy_Sequencer(3) returns 0 upon success. Otherwise,
a value of -1 is returned.
An error may occur of seq_id is an invalid seqencer identifier.
Create_Sequencer(3), Event Counters and Sequencers(3), unifyintro(3)