home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / tiff / dloc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-02  |  124 b   |  13 lines

  1. /* DLOC.H - DLOC structure
  2.  */
  3.  
  4.  
  5. typedef struct {
  6.  
  7.     WORD        dlWhere;
  8. #define                INFILE        1
  9.  
  10.     FILE        *dlFp;
  11. } DLOC;
  12.  
  13.