Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
29
static inline uint16_t le16toh(uint16_t val) { return val; }
30
static inline uint32_t le32toh(uint32_t val) { return val; }
31
#endif
32
33
#include
"fs/physfs_archiver_cue.h"
Callers
1
readule32
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected