MSC: unsigned _rotr( unsigned value, int shift ) - prototype in stdlib.h - rotates value by 'n' bits left or right - returns rotated value - see _lrotl() _lrotr()