/contrib/groff/src/include/driver.h

https://bitbucket.org/freebsd/freebsd-head/ · C++ Header · 36 lines · 13 code · 3 blank · 20 comment · 0 complexity · 4ed2b58c049dce2de5fc1b5330593bee MD5 · raw file

  1. // -*- C++ -*-
  2. /* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2003
  3. Free Software Foundation, Inc.
  4. Written by James Clark (jjc@jclark.com)
  5. This file is part of groff.
  6. groff is free software; you can redistribute it and/or modify it under
  7. the terms of the GNU General Public License as published by the Free
  8. Software Foundation; either version 2, or (at your option) any later
  9. version.
  10. groff is distributed in the hope that it will be useful, but WITHOUT ANY
  11. WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  13. for more details.
  14. You should have received a copy of the GNU General Public License along
  15. with groff; see the file COPYING. If not, write to the Free Software
  16. Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
  17. #include "lib.h"
  18. #include <ctype.h>
  19. #include <stdlib.h>
  20. #include <stddef.h>
  21. #include <errno.h>
  22. #include <assert.h>
  23. #include <math.h>
  24. #include "errarg.h"
  25. #include "error.h"
  26. #include "font.h"
  27. #include "printer.h"
  28. #include "geometry.h"
  29. void do_file(const char *);