Skip to content

Commit e7bffc4

Browse files
authored
Merge pull request #4957 from MicrosoftDocs/main
6/22/2023 10:30AM Publishing
2 parents 4b591df + 4108b02 commit e7bffc4

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)