MCPcopy Create free account
hub / github.com/defold/defold / MemPutLE16

Function MemPutLE16

engine/record/src/record/record.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 };
59
60 static void MemPutLE16(char *mem, unsigned int val)
61 {
62 mem[0] = val;
63 mem[1] = val >> 8;
64 }
65
66 static void MemPutLE32(char *mem, unsigned int val)
67 {

Callers 1

WriteIvfFileHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected