Search code examples
ckeil

Knowing _irol_ function in c


 prio = _irol_(prio, 2); 

This was present in one of my code. Could you explain the _irol_ present there.


Solution

  • This is integer rotate left prio by 2 bits