MCPcopy Create free account
hub / github.com/EIPStackGroup/OpENer / MoveMessageNOctets

Function MoveMessageNOctets

source/src/enet_encap/endianconv.c:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258int MoveMessageNOctets(const int amount_of_bytes_moved,
259 const CipOctet **message_runner) {
260 (*message_runner) += amount_of_bytes_moved;
261 return amount_of_bytes_moved;
262}
263
264int FillNextNMessageOctetsWith(CipOctet value,
265 unsigned int amount_of_bytes_written,

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68