ntohll()#
Convert a 64-bit integer from network byte order to host byte order.
Prototype
PUBLIC uint64_t ntohll(
    uint64_t netlonglong
);
        
Parameters
Key  | 
Type  | 
Description  | 
|---|---|---|
  | 
  | 
The 64-bit integer in network byte order.  | 
Return Value
Returns the 64-bit integer in host byte order.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples