blob: 055f1ae613aecda56e7e115f5d65c842b745d6c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* uptexextra.c: Hand-coded routines for upTeX.
This file is public domain. */
#define EXTERN /* Instantiate data from uptexd.h here. */
/* This file defines TeX and upTeX. */
#include <uptexd.h>
/* Hand-coded routines for TeX or Metafont in C. */
#include <lib/texmfmp.c>
|