Bit-shifts an integer right.
See also: shl
int shr(int a, int bits)
Bit-shifts a to the right by bits.
a
bits