P99

◆ P99_NTOHL

#define P99_NTOHL (   X)    P99_NTOH(4, X)

network to host 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_NTOH
Remarks
argument 0 must expand to a decimal number

Definition at line 1511 of file p99_int.h.