blob: 91de6d48ae66da5e68174eae862b15d40b1f9b90 (
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. */
#define DLLPROC dlletexmain
/* This file defines TeX and eTeX. */
#include <etexd.h>
/* Hand-coded routines for TeX or Metafont in C. */
#include <lib/texmfmp.c>
|