MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / isBigEndian

Function isBigEndian

hashing/md5.cpp:77–84  ·  view source on GitHub ↗

* @brief Checks whether integers are stored as big endian or not * @note Taken from [this](https://stackoverflow.com/a/1001373) StackOverflow * post * @return true IF integers are detected to work as big-endian * @return false IF integers are detected to work as little-endian */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

toLittleEndian32Function · 0.85
toLittleEndian64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected