Synopsis
#include <cruntime.h>
uint64_t __int64_lsr_asgn(uint64_t *arg, int16_t bits);
Description

__int64_lsr_asgn updates the 64-bit signed integer pointed to by arg by logically shifting it right by bits bit positions, shifting in zeros from the left. The shifted value is returned as the result.

Portability

__int64_lsr_asgn may not be provided on all implementations of CrossWorks.