00001 /* 00002 Copyright (C) 2015- The University of Notre Dame 00003 This software is distributed under the GNU General Public License. 00004 See the file COPYING for details. 00005 */ 00006 00007 #ifndef SIGDEF_H 00008 #define SIGDEF_H 00009 00010 const char *sigdefstr (int s); 00011 int sigdefint (const char *s); 00012 00013 #endif /* SIGDEF_H */