P99

◆ P99_NTOHS

#define P99_NTOHS (   X)    P99_NTOH(2, 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 "S" for short in the name refers to a base type of uint16_t
See also
P99_NTOH
Remarks
argument 0 must expand to a decimal number

Definition at line 1502 of file p99_int.h.