File:  [Research Unix] / researchv10no / cmd / dimpress / gen.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman


/*
 *
 * A few general purpose definitons used in most of the files in this
 * package.
 *
 */


#define NON_FATAL	0		/* error classification */
#define FATAL		1

#define OFF		0
#define ON		1

#define FALSE		0
#define TRUE		1

#define BYTE		8
#define BMASK		0377

#ifndef V9
#define PI		3.141592654
#endif


#define MAX(A, B)	((A > B) ? A : B)
#define MIN(A, B)	((A < B) ? A : B)
#define ABS(A)		((A) >= 0 ? (A) : -(A))


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.