Skip to content

Commit 4108b02

Browse files
authored
Merge pull request #4956 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents 740b3cc + 26cd966 commit 4108b02

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)