/********************************************************************/ /* */ /* This header file was created at the UCLA Office of Academic */ /* computing. */ /* */ /* The University of California requires the following disclaimer */ /* concerning all distributed programs: */ /* */ /* Although this program material has been tested by its */ /* contributor, no warranty, expressed or implied, is made by the */ /* contributor or the University of California as to the accuracy */ /* and functioning of the program and related program material, nor */ /* shall the fact of the distribution constitute any such warranty, */ /* and no responsibility is assumed by the contributor or the */ /* University of California, in connection therewith. */ /* */ /********************************************************************/ #pragma linkage(DFR8setpalette, FORTRAN) #pragma linkage(DFR8putimage, FORTRAN) #pragma linkage(DFR8getdims, FORTRAN) #pragma linkage(DFR8getimage, FORTRAN) #pragma linkage(DFR8addimage, FORTRAN) #pragma linkage(DFR8reset, FORTRAN) #pragma map(DFR8setpalette, "D8SPAL") #pragma map(DFR8putimage, "D8PIMG") #pragma map(DFR8getdims, "D8GDIMS") #pragma map(DFR8getimage, "D8GIMG") #pragma map(DFR8addimage, "D8AIMG") #pragma map(DFR8reset, "D8FIRST")