Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ ReadString
Function
ReadString
source/core/d_protocol.cpp:44–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
44
char *ReadString (uint8_t **stream)
45
{
46
char *string = *((char **)stream);
47
48
*stream += strlen (string) + 1;
49
return copystring (string);
50
}
51
52
const char *ReadStringConst(uint8_t **stream)
53
{
Callers
2
DoArbitrate
Function · 0.85
startSaveGame
Function · 0.85
Calls
1
copystring
Function · 0.85
Tested by
no test coverage detected