MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / NullToEmpty

Function NullToEmpty

Libraries/unrar/strfn.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "rar.hpp"
2
3const char *NullToEmpty(const char *Str)
4{
5 return Str==NULL ? "":Str;
6}
7
8
9const wchar *NullToEmpty(const wchar *Str)

Callers 1

GenerateArchiveNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected