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
Index: T l

⟦1fe2967ea⟧ TextFile

    Length: 3109 (0xc25)
    Types: TextFile
    Names: »llib-lib«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/mctex/lib/llib-lib« 

TextFile

	/* LINTLIBRARY */

#include <stdio.h>
#include "../h/types.h"
#include "../h/conv.h"
#include "../h/dviclass.h"
#include "../h/dvicodes.h"
#include "../h/error.h"
#include "../h/fio.h"
#include "../h/font.h"
#include "../h/postamble.h"
#include "../h/search.h"

int	optind;
char	*optarg;

char	dvi_oplen[];
char	dvi_dt[];

	bcopy(from, to, count) char *from, *to; int count; {;}
	bzero(addr, count) char *addr; int count; {;}

		/* VARARGS 3 */
void	SetErrorTrap(fn) void (*fn)(); {;}
void	error(quit, errno, fmt) int quit, errno; char *fmt; {;}
		/* VARARGS 1 */
void	panic(fmt) char *fmt; { exit(1); }

int	FindPostAmble(f) FILE *f; { return 0; }

i32	GetLong(f) FILE *f; { return 0; }
i32	Get3Byte(f) FILE *f; { return 0; }
i32	GetWord(f) FILE *f; { return 0; }
i32	GetByte(f) FILE *f; { return 0; }

int	getopt(argc, argv, optstring) int argc; char **argv, *optstring;
		{ return 'a'; }

void	CSetConversion(c, dpi, mag, num, den, dvimag)
		struct conversion *c; int dpi, mag; i32 num, den, dvimag; {;}

double	DMagFactor(magfactor) int magfactor; { return 1000.0; }
	fontinit(file) char *file; {;}

struct	dvi_state ds;
void	DVISetState(fp, fontfn, h, v, xoff, yoff)
		FILE *fp; struct font *(*fontfn)(); int h, v, xoff, yoff; {;}
struct font *
	DVIFindFont(n) i32 n; { return (struct font *)0; }
void	DVIRule(fn, advance)
		void (*fn)(); int advance; { (*fn)((i32)0, (i32)0); }
void	DVIBeginPage(fn) void (*fn)(); { i32 c[10]; (*fn)(c); }

struct font *
	GetFont(nm, dvimag, dvidsz, dev, fname)
		char *nm; i32 dvimag, dvidsz;
		char *dev, **fname;
		{ *fname = 0; return (struct font *)0; }
struct font *
	GetRasterlessFont(nm, dvimag, dvidsz, dev, fname)
		char *nm; i32 dvimag, dvidsz;
		char *dev, **fname;
		{ *fname = 0; return (struct font *)0; }

void	FreeFont(f) struct font *f; {;}
void	FreeGlyph(f, n) struct font *f; int n; {;}
void	FreeRaster(g) struct glyph *f; {;}
struct glyph *
	GetGlyph(f, c) struct font *f; int c; { return f->f_gly[c]; }
char *	GetRaster(g, f, r) struct glyph *g; struct font *f; int r;
		{ return g->g_raster; }

char	*Font_TeXName(f) struct font *f; { return (char *)0; }

	GripeBadGlyph(c, f) i32 c; struct font *f; {;}
	GripeCannotFindPostamble() {;}
	GripeCannotGetFont(name, dvimag, dvidsz, dev, fullname)
		char *name; i32 dvimag, dvidsz; char *dev, *fullname; {;}
	GripeDifferentChecksums(font, tfmsum, fontsum)
		char *font; i32 tfmsum, fontsum; {;}
	GripeFontAlreadyDefined(n) i32 n; {;}
	GripeMismatchedValue(s) char *s; {;}
	GripeMissingFontsPreventOutput(n) int n; {;}
	GripeMissingOp(s) char *s; {;}
	GripeNoSuchFont(n) i32 n; {;}
	GripeOutOfMemory(n, why) int n; char *why; {;}
	GripeUndefinedOp(n) int n; {;}
	GripeUnexpectedOp(s) char *s; {;}

i32	ScaleOneWidth(t, z) i32 t, z; { return (t * z >> 4); }

void	ScanPostAmble(f, hfun, ffun) FILE *f; void (*hfun)(), (*ffun)(); {;}

struct search *
	SCreate(dsize) unsigned dsize; { return 0; }
	SEnumerate(s, f) struct search *s; int (*f)(); {;}
char	*SSearch(s, key, disp) struct search *s; i32 key; int *disp;
		{ return 0; }

	SkipFontDef(fp) FILE *fp; {;}

char	*strsave(s) char *s; { return s; }