MCPcopy Create free account
hub / github.com/catboost/catboost / normchar

Function normchar

util/folder/dirut.cpp:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315static inline int normchar(unsigned char c) {
316 return (c < 'a' || c > 'z') ? c : c - 32;
317}
318
319static inline char* strslashcat(char* a, const char* b) {
320 size_t len = strlen(a);

Callers 1

resolvepathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected