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