175584Sru// -*- C++ -*-
2151497Sru/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2003
3104862Sru   Free Software Foundation, Inc.
475584Sru     Written by James Clark (jjc@jclark.com)
575584Sru
675584SruThis file is part of groff.
775584Sru
875584Srugroff is free software; you can redistribute it and/or modify it under
975584Sruthe terms of the GNU General Public License as published by the Free
1075584SruSoftware Foundation; either version 2, or (at your option) any later
1175584Sruversion.
1275584Sru
1375584Srugroff is distributed in the hope that it will be useful, but WITHOUT ANY
1475584SruWARRANTY; without even the implied warranty of MERCHANTABILITY or
1575584SruFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1675584Srufor more details.
1775584Sru
1875584SruYou should have received a copy of the GNU General Public License along
1975584Sruwith groff; see the file COPYING.  If not, write to the Free Software
20151497SruFoundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
2175584Sru
22104862Sru#include "lib.h"
23104862Sru
2475584Sru#include <ctype.h>
2575584Sru#include <stdlib.h>
2675584Sru#include <stddef.h>
2775584Sru#include <errno.h>
2875584Sru#include <assert.h>
2975584Sru#include <math.h>
3075584Sru#include "errarg.h"
3175584Sru#include "error.h"
3275584Sru#include "font.h"
3375584Sru#include "printer.h"
34104862Sru#include "geometry.h"
3575584Sru
3675584Sruvoid do_file(const char *);
37