Fabcoin Core  0.16.2
P2P Digital Currency
Functions
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

uint16_t bswap_16 ( uint16_t  x)
inline

Definition at line 36 of file byteswap.h.

Here is the caller graph for this function:

uint32_t bswap_32 ( uint32_t  x)
inline

Definition at line 43 of file byteswap.h.

Here is the caller graph for this function:

uint64_t bswap_64 ( uint64_t  x)
inline

Definition at line 51 of file byteswap.h.

Here is the caller graph for this function: