Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ htobe16
Function
htobe16
src/compat/endian.h:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
#if HAVE_DECL_HTOBE16 == 0
70
inline uint16_t htobe16(uint16_t host_16bits)
71
{
72
return host_16bits;
73
}
74
#endif // HAVE_DECL_HTOBE16
75
76
#if HAVE_DECL_HTOLE16 == 0
Callers
1
ser_writedata16be
Function · 0.85
Calls
1
bswap_16
Function · 0.85
Tested by
no test coverage detected