qc.hlp (Table of Contents; Topic list)
Rotate Functions
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:  <stdlib.h>
 
  Syntax:   unsigned long _lrotl( unsigned long value, int shift );
            unsigned long _lrotr( unsigned long value, int shift );
 
            unsigned _rotl( unsigned value, int shift );
            unsigned _rotr( unsigned value, int shift );
 
  Returns:  the rotated value.
                                    -♦-