MCPcopy 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
812int SStrCopy(char *dest, const char *src, int max_length)
813{
814 strncpy(dest, src, max_length);
815 return strlen(dest);
816}
817
818BOOL SFileSetBasePath(char *path)
819{

Callers 4

UiSetupPlayerInfoFunction · 0.85
pfile_rename_heroFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected