MCPcopy 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
526void pfile_strcpy(char *dst, const char *src)
527{
528 strcpy(dst, src);
529}
530
531BYTE *pfile_read(const char *pszName, DWORD *pdwLen)
532{

Callers 2

pfile_write_save_fileFunction · 0.85
pfile_readFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected