|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 511 (0x1ff) Types: TextFile Names: »header.h-«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/crt-viewers/dviapollo/header.h-«
/* @(#)header.h 1.6 2/18/87 */ #include "commands.h" #include <stdio.h> #include "boolean.h" #define DVIFORMAT 2 #ifndef FONTAREA #define FONTAREA "/usr/misc/.tex/lib/pxl120" #endif #define STRSIZE 257 #define XDEFAULT 0 #define YDEFAULT 0 char *malloc(); char *sprintf(); char *strcpy(); char *getenv(); char *rindex(); char *index(); char *PXLpath; /* PXL path name for search */ BOOLEAN preload; /*Whether to preload fonts when scanning over them. */ typedef int *CharImage;