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