MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / asCStr

Function asCStr

lib/EpdFont/SdCardFont.cpp:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68const char* asCStr(const std::string& s) { return s.c_str(); }
69const char* asCStr(const char* s) { return s; }
70
71} // namespace

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected