Synopsis
#include <cruntime.h>
int64_t __int64_lsl(int64_t arg, int16_t bits);
Description
__int64_lsl shifts arg left by bits bit positions and returns the shifted result.
Portability
__int64_lsl may not be provided on all implementations of CrossWorks.