man/l_roff.7.in: .tm,.tm1 go to STDERR not STDOUT
[s-roff.git] / include / driver.h
blobde95917db010c61beea53ddcfa10a97c9ba5b051
1 /*@
2 * Copyright (c) 2014 - 2017 Steffen (Daode) Nurpmeso <steffen@sdaoden.eu>.
4 * Copyright (C) 1989 - 1992, 2000, 2001, 2003
5 * Free Software Foundation, Inc.
6 * Written by James Clark (jjc@jclark.com)
8 * This is free software; you can redistribute it and/or modify it under
9 * the terms of the GNU General Public License as published by the Free
10 * Software Foundation; either version 2, or (at your option) any later
11 * version.
13 * This is distributed in the hope that it will be useful, but WITHOUT ANY
14 * WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 * for more details.
18 * You should have received a copy of the GNU General Public License along
19 * with groff; see the file COPYING. If not, write to the Free Software
20 * Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
22 #ifndef _DRIVER_H
23 #define _DRIVER_H
25 #include "config.h"
26 #include "lib.h"
28 #include <ctype.h>
29 #include <stdlib.h>
30 #include <stddef.h>
31 #include <errno.h>
32 #include <assert.h>
33 #include <math.h>
35 #include "errarg.h"
36 #include "error.h"
37 #include "font.h"
38 #include "geometry.h"
39 #include "printer.h"
41 void do_file(const char *);
43 #endif // _DRIVER_H
44 // s-it2-mode