1 03/31/83  char_bit_offset_fcns_
 2 
 3 Six subroutines are available for the manipulation of the character
 4 and bit offsets of pointers:
 5 
 6 char_offset_
 7    returns the character offset of a pointer.
 8 add_char_offset_
 9    adds a displacement to the character offset of a pointer.
10 set_char_offset_
11    sets the character offset of a pointer.
12 bit_offset_
13    returns the bit offset of a pointer.
14 add_bit_offset_
15    adds a displacement to the bit offset of a pointer
16 set_bit_offset_
17    sets the bit offset of a pointer.
18 
19 To obtain information on an individual subroutine, type:
20            help SUBROUTINE_NAME