BITS - masks for each bit in a machine word.

Usage:

#include <bits.h>

Description:

This #defines symbolic names for masks corresponding to each bit in a machine word. These are defined

#define BIT0  0400000000000
#define BIT1  0200000000000
#define BIT2  0100000000000
    ...
#define BIT35 0000000000001

Copyright © 1996, Thinkage Ltd.