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