cctools
sigdef.h
1 /*
2 Copyright (C) 2015- The University of Notre Dame
3 This software is distributed under the GNU General Public License.
4 See the file COPYING for details.
5 */
6 
7 #ifndef SIGDEF_H
8 #define SIGDEF_H
9 
10 const char *sigdefstr (int s);
11 int sigdefint (const char *s);
12 
13 #endif /* SIGDEF_H */