This is macp.h in view mode; [Download] [Up]
/* macp.h - header file for MacPaint files */ #ifndef _MACP_H_ #define _MACP_H_ #define HEADER_LENGTH 512 #define MAX_LINES 720 #define BYTES_WIDE 72 #define MAX_COLS 576 /* = BYTES_WIDE * 8 */ #endif /*_MACP_H_*/
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.