DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦13a9c1759⟧ TextFile

    Length: 511 (0x1ff)
    Types: TextFile
    Names: »header.h-«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/crt-viewers/dviapollo/header.h-« 

TextFile

/* @(#)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;