MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / swShort

Function swShort

dep/adflib/src/adf_util.c:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void swShort(uint8_t* buf, uint16_t val)
53{
54 buf[0]= (val & 0xff00) >>8UL;
55 buf[1]= (val & 0x00ff) ;
56}
57
58/*
59 * newCell

Callers 1

adfPutCacheEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected