Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ charPtrToInt
Function
charPtrToInt
tests/Issue512.cpp:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
long long int charPtrToInt(const char* str)
2
{
3
long long int a = (long long int)str;
4
return a;
5
}
6
7
int main() {
8
const char* str =
"123"
;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected