We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e9ca5 commit 190d243Copy full SHA for 190d243
docs/c-runtime-library/reference/rotl-rotl64-rotr-rotr64.md
@@ -27,7 +27,7 @@ Rotates bits to the left (`_rotl`) or right (`_rotr`).
27
28
```
29
30
- unsigned int _rotl(
+unsigned int _rotl(
31
unsigned int value,
32
int shift
33
);
@@ -108,4 +108,4 @@ int main( void )
108
109
## See Also
110
[Floating-Point Support](../../c-runtime-library/floating-point-support.md)
111
- [_lrotl, _lrotr](../../c-runtime-library/reference/lrotl-lrotr.md)
+ [_lrotl, _lrotr](../../c-runtime-library/reference/lrotl-lrotr.md)
0 commit comments