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

Function htons

g2all/900/lapse.js:681–683  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

679 }
680
681 function htons(x) {
682 return swap_bytes(x, 2);
683 }
684
685 function htonl(x) {
686 return swap_bytes(x, 4);

Callers 1

double_free_reqs2Function · 0.70

Calls 1

swap_bytesFunction · 0.70

Tested by

no test coverage detected