#include "cobsignal.h" cobsigtype_t cobpostsighandler (int signal, int priority, PFI_SIG handler);
signal | Signal number, as defined in the <signal.h> include file. |
priority | The priority of handler in the range 1 to 254, where 254 is the highest priority. Values 127 and 129 through 139 are reserved for our use. |
handler | Address of your signal handler. This must be a C function that returns an integer value. |
None.
Comments: