MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / le16toh

Function le16toh

framework/physfs_fs.cpp:29–29  ·  view source on GitHub ↗

We assume all other platforms are little endian for now */

Source from the content-addressed store, hash-verified

27#else
28/* We assume all other platforms are little endian for now */
29static inline uint16_t le16toh(uint16_t val) { return val; }
30static inline uint32_t le32toh(uint32_t val) { return val; }
31#endif
32

Callers 1

readule16Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected