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