P99

◆ P99_HTONL

#define P99_HTONL (   X)    P99_HTON(4, X)

host to network transformation of integers according to the endianness of the platform

Parameters
Xis the value that is to be transformed
Remarks
the "L" for long in the name refers to a base type of uint32_t
See also
P99_HTON
Remarks
argument 0 must expand to a decimal number
argument 1 maybe evaluated several times for its type but only once for its value

Definition at line 1481 of file p99_int.h.