Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ SStrCopy
Function
SStrCopy
SourceX/storm/storm.cpp:812–816 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
810
}
811
812
int SStrCopy(char *dest, const char *src, int max_length)
813
{
814
strncpy(dest, src, max_length);
815
return strlen(dest);
816
}
817
818
BOOL SFileSetBasePath(char *path)
819
{
Callers
4
UiSetupPlayerInfo
Function · 0.85
mainmenu_select_hero_dialog
Function · 0.85
pfile_create_player_description
Function · 0.85
pfile_rename_hero
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected