Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

byteswap.h File Reference
#include <stdint.h>
+ Include dependency graph for byteswap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint16_t bswap_16 (uint16_t x)
 
uint32_t bswap_32 (uint32_t x)
 
uint64_t bswap_64 (uint64_t x)
 

Function Documentation

◆ bswap_16()

uint16_t bswap_16 ( uint16_t  x)
inline

Definition at line 36 of file byteswap.h.

Referenced by be16toh().

◆ bswap_32()

uint32_t bswap_32 ( uint32_t  x)
inline

Definition at line 43 of file byteswap.h.

Referenced by be32toh(), and htobe32().

◆ bswap_64()

uint64_t bswap_64 ( uint64_t  x)
inline

Definition at line 51 of file byteswap.h.

Referenced by be64toh(), and htobe64().

Released under the MIT license