MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / EndianBigToLittle32

Function EndianBigToLittle32

Kernel/include/endian.h:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21static inline uint32_t EndianBigToLittle32(uint32_t val){
22 return __builtin_bswap32(val);
23}
24
25typedef struct BigEndianUInt16 {
26 union{

Callers 1

BigEndianUInt32Class · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected