MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / htons

Function htons

g2all/700/lapse.js:705–707  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

703 }
704
705 function htons(x) {
706 return swap_bytes(x, 2);
707 }
708
709 function htonl(x) {
710 return swap_bytes(x, 4);

Callers 1

double_free_reqs2Function · 0.70

Calls 1

swap_bytesFunction · 0.70

Tested by

no test coverage detected