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