MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isPrint

Function isPrint

Source/3rdParty/bx/src/string.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 bool isPrint(char _ch)
66 {
67 return isInRange(_ch, ' ', '~');
68 }
69
70 typedef bool (*CharTestFn)(char _ch);
71

Callers 2

isprintFunction · 0.85
debugPrintfDataFunction · 0.85

Calls 1

isInRangeFunction · 0.85

Tested by

no test coverage detected