MCPcopy Create free account
hub / github.com/diasurgical/devilution / buffer_init

Function buffer_init

Source/multi.cpp:723–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723void buffer_init(TBuffer *pBuf)
724{
725 pBuf->dwNextWriteOffset = 0;
726 pBuf->bData[0] = 0;
727}
728
729void multi_send_pinfo(int pnum, char cmd)
730{

Callers 1

NetInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected