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

Method copychrd

Libraries/unrar/unicode.cpp:634–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632
633
634void SupportDBCS::copychrd(char *dest,const char *src)
635{
636 dest[0]=src[0];
637 if (IsLeadByte[(byte)src[0]])
638 dest[1]=src[1];
639}
640
641
642char* SupportDBCS::strrchrd(const char *s, int c)

Callers 1

copychrdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected