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

Function adfToUpper

dep/adflib/src/adf_dir.c:810–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810 uint8_t
811adfToUpper(uint8_t c)
812{
813return (c>='a' && c<='z') ? c - ('a'-'A') : c ;
814}
815
816/*
817 * myToUpper

Callers 1

myToUpperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected