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