Created
October 9, 2015 23:21
-
-
Save tanshio/c83b1138e19b984b41dc to your computer and use it in GitHub Desktop.
ビッグエンディアンに変換
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int i =NSSwapHostIntToBig(1); | |
NSData *test = [NSData dataWithBytes:&i length:sizeof(i)]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment