1.1.24.20 htonl

C

uint32_t htonl(uint32_t n)

Description

Convert 32-bit value from host to network byte order.

Parameters

ParametersDescription
nValue to convert.

Returns

Converted value.

Remarks

None.