Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ do_something
Function
do_something
unittests/c_linkage_test.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
extern
"C"
7
{
8
int do_something(int i)
9
{
10
return i % 2;
11
}
12
}
13
14
int main()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected