4.4BSD/usr/src/contrib/dipress/src/bin/ipmetrics/ipmetrics.h

Compare this file to the similar file:
Show the results in this format:

/*
 * Copyright (c) 1984, 1985 Xerox Corp.
 *
 * common definitons
 */

#define MICAS_PER_INCH	2540
#define POINTS_PER_INCH	72	/* these are fat points */


unsigned char *GetStringProp();
unsigned char *GetIntegerProp();

#define Make16BitChar(a, b)	((a << 8) | b)

int DebugLevel;