blob: 1497c96762586cb3ee0ce4b9a32473091ea4e1de (
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. */
#define DLLPROC dlleuptexmain
/* This file defines TeX and eupTeX. */
#include <euptexd.h>
/* Hand-coded routines for TeX or Metafont in C. */
#include <lib/texmfmp.c>
|