9 * Returns the canonical name for the given signal,
10 * e.g. "SIGTERM", "SIGINT"
12 const char *Jim_SignalId(int sig
);
15 * If available, returns a short description of the given signal.
16 * e.g. "Terminated", "Interrupted"
18 * Otherwise returns the same as Jim_SignalId()
20 const char *Jim_SignalName(int sig
);