5 *----------------------------------------------------------------------
9 * Return a textual identifier for a signal number.
12 * This procedure returns a machine-readable textual identifier
13 * that corresponds to sig. The identifier is the same as the
14 * #define name in signal.h.
19 *----------------------------------------------------------------------
21 const char *Jim_SignalId(int sig
);
22 const char *Jim_SignalName(int sig
);