MCPcopy Create free account
hub / github.com/chen3feng/toft / ScanSetSetCharRange

Function ScanSetSetCharRange

base/string/format/specification.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88static void ScanSetSetCharRange(char (*cs)[32], char first, char last, bool value)
89{
90 for (char c = first; c <= last; ++c)
91 ScanSetSetChar(cs, c, value);
92}
93
94static int ParseScanSet(const char* format, char (*cs)[32])
95{

Callers 1

ParseScanSetFunction · 0.85

Calls 1

ScanSetSetCharFunction · 0.85

Tested by

no test coverage detected