Skip to content

Commit 26cd966

Browse files
authored
Update byteswap-uint64-byteswap-ulong-byteswap-ushort.md (#4597)
Leading zeros help understanding the example. See https://man7.org/linux/man-pages/man3/bswap.3.html#EXAMPLES for comparison.
1 parent 8efa696 commit 26cd966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/c-runtime-library/reference/byteswap-uint64-byteswap-ulong-byteswap-ushort.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ int main()
5454
```
5555

5656
```Output
57-
byteswap of 102030405060708 = 807060504030201
58-
byteswap of 1020304 = 4030201
57+
byteswap of 0102030405060708 = 0807060504030201
58+
byteswap of 01020304 = 04030201
5959
```
6060

6161
## See also

0 commit comments

Comments
 (0)