Name

ntohl:posix — ordinary primitive

Synopsis

EXTENSIONS

NTOHL ( l -- l' )();
p4:"ntohl";

Description

if current host-encoding is bigendian, this is a NOOP otherwise byteswap the lower 32-bit bits of the topofstack. see L@ and L! (being usually just @ and ! ) (on some platforms, the upper bits are erased, on others not)