home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume5 / xldimage / part01 / pbm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-13  |  146 b   |  12 lines

  1. /* pbm.h:
  2.  *
  3.  * PBM header file
  4.  *
  5.  * jim frost 10.15.89
  6.  */
  7.  
  8. typedef struct {
  9.   unsigned char width[2];
  10.   unsigned char height[2];
  11. } PBMCompact;
  12.