Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
723
void buffer_init(TBuffer *pBuf)
724
{
725
pBuf->dwNextWriteOffset = 0;
726
pBuf->bData[0] = 0;
727
}
728
729
void multi_send_pinfo(int pnum, char cmd)
730
{
Callers
1
NetInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected