MCPcopy Create free account
hub / github.com/ElementsProject/elements / be64toh

Function be64toh

src/compat/endian.h:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139#if HAVE_DECL_BE64TOH == 0
140inline uint64_t be64toh(uint64_t big_endian_64bits)
141{
142 return big_endian_64bits;
143}
144#endif // HAVE_DECL_BE64TOH
145
146#if HAVE_DECL_LE64TOH == 0

Callers 2

UnserMethod · 0.85
ReadBE64Function · 0.85

Calls 1

bswap_64Function · 0.85

Tested by

no test coverage detected