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

⟦917ffa50b⟧ TextFile

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

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦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/pxl118"
#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;