I need find analog of function le64toh in windows. I find that functions htond.htonf,htonl,htonll,htons are similar, but they converst network byte order to something, but function le64toh do the oposite thing, as far as i understand.
Asked
Active
Viewed 254 times
0
-
1Maybe writing own function. – Xearinox Jan 23 '14 at 07:45
-
I think about this too, can you tell me some hint to do this? – lebron2323 Jan 23 '14 at 08:20
-
1http://stackoverflow.com/questions/2182002/convert-big-endian-to-little-endian-in-c-without-using-provided-func – Xearinox Jan 23 '14 at 08:28