home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsm / netpbmsca / pbm / h / macp < prev    next >
Encoding:
Text File  |  1993-10-04  |  217 b   |  13 lines

  1. /* macp.h - header file for MacPaint files
  2. */
  3.  
  4. #ifndef _MACP_H_
  5. #define _MACP_H_
  6.  
  7. #define    HEADER_LENGTH    512
  8. #define    MAX_LINES    720
  9. #define    BYTES_WIDE    72
  10. #define MAX_COLS    576    /* = BYTES_WIDE * 8 */
  11.  
  12. #endif /*_MACP_H_*/
  13.