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