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

Function le32toh

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

Source from the content-addressed store, hash-verified

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
33#include "fs/physfs_archiver_cue.h"

Callers 1

readule32Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected