MCPcopy 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

1long long int charPtrToInt(const char* str)
2{
3 long long int a = (long long int)str;
4 return a;
5}
6
7int main() {
8 const char* str = "123";

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected