Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ pfile_strcpy
Function
pfile_strcpy
Source/pfile.cpp:526–529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
}
525
526
void pfile_strcpy(char *dst, const char *src)
527
{
528
strcpy(dst, src);
529
}
530
531
BYTE *pfile_read(const char *pszName, DWORD *pdwLen)
532
{
Callers
2
pfile_write_save_file
Function · 0.85
pfile_read
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected