openenvutils/commandshell/shell/inc/signames.epro
author fimarlaht2 <>
Mon, 18 Oct 2010 15:01:14 +0300
branchRCL_3
changeset 85 32f887d619a0
parent 0 2e3d3ce01487
permissions -rw-r--r--
Bug 3556 - Not possible to restore factory settings

/* Generated automatically */
#ifndef have_Src_signames_globals
#define have_Src_signames_globals

#define sigmsg(sig) ((sig) <= SIGCOUNT ? sig_msg[sig] : "unknown signal")
extern mod_import_variable char*sig_msg[SIGCOUNT+2];
extern char*sigs[SIGCOUNT+4];

#endif /* !have_Src_signames_globals */