ftp.nice.ch/pub/next/unix/graphics/netpbm.19940301.s.tar.gz#/netpbm/pbm/macp.h

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.