mirror of
https://github.com/fumiama/fumidb.git
synced 2026-06-23 06:04:00 +08:00
Update binary.h
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
# define be16toh(x) ntohs(x)
|
# define be16toh(x) ntohs(x)
|
||||||
# define be32toh(x) ntohl(x)
|
# define be32toh(x) ntohl(x)
|
||||||
# define be64toh(x) ntohll(x)
|
# define be64toh(x) ntohll(x)
|
||||||
# define htobe16(x) ntohs(x)
|
# define htobe16(x) htons(x)
|
||||||
# define htobe32(x) htonl(x)
|
# define htobe32(x) htonl(x)
|
||||||
# define htobe64(x) htonll(x)
|
# define htobe64(x) htonll(x)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user