Removes a posted handler from the list of handlers for a signal.
#include "cobsignal.h"
void cobremovesighandler (cobsigtype_t sighandler);
sighandler | Pointer returned when posting your signal handler using a previous cobpostsighandler() call. |
This function removes a previously posted signal handler.
There is no return value from this function.
None.