MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Platform_EncodePath

Function Platform_EncodePath

src/Platform_WinCE.c:231–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void Platform_EncodePath(cc_filepath* dst, const cc_string* src) {
232 Platform_EncodeString(dst, src);
233}
234
235void Platform_DecodePath(cc_string* dst, const cc_filepath* path) {
236 int i;

Callers 2

Directory_EnumFunction · 0.70
DynamicLib_Load2Function · 0.70

Calls 1

Platform_EncodeStringFunction · 0.70

Tested by

no test coverage detected