Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
811
adfToUpper(uint8_t c)
812
{
813
return (c>=
'a'
&& c<=
'z'
) ? c - (
'a'
-
'A'
) : c ;
814
}
815
816
/*
817
* myToUpper
Callers
1
myToUpper
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected