MCPcopy Create free account
hub / github.com/covscript/covscript / iscntrl

Function iscntrl

sources/instance/type_ext.cpp:472–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470 }
471
472 bool iscntrl(char c)
473 {
474 return std::iscntrl(c);
475 }
476
477 bool isgraph(char c)
478 {

Callers 1

trimFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected