Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ main
Function
main
base_code/using_global.cpp:34–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
int main()
35
{
36
/**
37
* 这就是为什么在c++中使用了cmath而不是math.h头文件
38
*/
39
// 会根据当前环境定义宏的不同来调用不同命名空间下的func()函数
40
ns2::func();
41
return 0;
42
}
Callers
nothing calls this directly
Calls
1
func
Function · 0.85
Tested by
no test coverage detected