5 * (C)opyleft STDyearDTS- Øyvind A. Holm <sunny@sunbase.org>
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the Free
9 * Software Foundation; either version 2 of the License, or (at your option)
12 * This program is distributed in the hope that it will be useful, but WITHOUT
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17 * You should have received a copy of the GNU General Public License along with
18 * this program. If not, see <http://www.gnu.org/licenses/>.
21 #ifndef _STDUexecUDTS_H
22 #define _STDUexecUDTS_H
36 # define DEBL msg(2, "DEBL: %s, line %u in %s()", \
37 __FILE__, __LINE__, __func__)
42 #define stddebug stderr
53 * Public function prototypes
57 int msg(const int verbose
, const char *format
, ...);
58 int myerror(const char *format
, ...);
67 extern const char *progname
;
68 extern struct Options opt
;
70 #endif /* ifndef _STDUexecUDTS_H */
72 /* vim: set ts=8 sw=8 sts=8 noet fo+=w tw=79 fenc=UTF-8 : */