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

Function Convert_CodepointToCP437

src/String.c:538–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538char Convert_CodepointToCP437(cc_codepoint cp) {
539 char c; Convert_TryCodepointToCP437(cp, &c); return c;
540}
541
542static cc_codepoint ReduceEmoji(cc_codepoint cp) {
543 if (cp == 0x1F31E) return 0x263C;

Callers 9

Platform_DecodePathFunction · 0.85
Directory_EnumFunction · 0.85
Platform_DecodePathFunction · 0.85
Stream_ReadLineFunction · 0.85
Json_ConsumeStringFunction · 0.85
OpenSaveFileDialogFunction · 0.85
Platform_DecodePathFunction · 0.85
Directory_EnumFunction · 0.85
Directory_EnumFunction · 0.85

Calls 1

Tested by

no test coverage detected