|
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 - downloadIndex: T d
Length: 696 (0x2b8) Types: TextFile Names: »dev.h«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./DVIware/obsolete/mitdrivers/dvi2qms/dev.h«
/* dev.h Interface to output drivers for dvi.c * Copyright 1985 Massachusetts Institute of Technology. * Author: cjl@oz */ extern dev_setc(); /* dev_setc(ch,xsize) * unsigned long ch; * int xsize; */ extern dev_position(); /* dev_position(x,y) * long x,y; */ extern dev_draw_box(); /* dev_draw_box(h,w) * long h,w; */ extern dev_eop(); #define DEV_INIT_LANDSCAPE 0x00000001 extern dev_init(); /* dev_init(f,options,dpi) * FILE *f; * unsigned long options; * long *dpi; */ extern dev_print_log(); /* dev_print_log(f) * FILE *f; */ extern dev_term(); extern dev_special(); /* dev_special(nchars,f) * int nchars; * FILE *f; */