_rotl |
Rotation à gauche |
---|---|
Borland C++ | stdlib.h |
Syntaxe
unsigned short _rotl(unsigned short value, int count); |
Description
Cette fonction permet d'effectuer la rotation des bits d'un type de données unsigned short vers la gauche.
Dernière mise à jour : Lundi, le 11 Mai 2020