MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / adfIntlToUpper

Function adfIntlToUpper

dep/adflib/src/adf_dir.c:804–808  ·  view source on GitHub ↗

* adfIntlToUpper * */

Source from the content-addressed store, hash-verified

802 *
803 */
804 uint8_t
805adfIntlToUpper(uint8_t c)
806{
807return (c>='a' && c<='z') || (c>=224 && c<=254 && c!=247) ? c - ('a'-'A') : c ;
808}
809
810 uint8_t
811adfToUpper(uint8_t c)

Callers 2

myToUpperFunction · 0.85
adfGetHashValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected