|
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: 865 (0x361) Types: TextFile Names: »dev.h«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./DVIware/laser-setters/kyocera/dev.h« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/laser-setters/kyocera/dev.h«
/* dev.h Interface to output drivers for dvi.c * Copyright 1985 Massachusetts Institute of Technology. * Author: cjl@oz * Modified by Kees Straatman, State University Groningen, The Netherlands * kees@guvaxin.uucp */ extern dev_setc(); /* dev_setc(ch,xsize) * unsigned long ch; * int xsize; */ extern dev_raster(); /* dev_raster(ch) * unsigned long ch; */ 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; */