P99

◆ P99_NTOH

#define P99_NTOH (   N,
 
)    (P99_PASTE2(p00_uint_byte_, N) const)P00_NTOH(N, X, ((P99_PASTE2(p00_endian_, N) const)P99_NTOH_INITIALIZER(N, X)))

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

Parameters
Nis the number of bytes of the type
Xis the value that is to be transformed

Definition at line 1493 of file p99_int.h.