Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ OutputForwardDecl
Function
OutputForwardDecl
src/Function.cpp:828–833 ·
view source on GitHub ↗
* */
Source
from the content-addressed store, hash-verified
826
*
827
*/
828
static int
829
OutputForwardDecl(Function *func, std::ostream *pOut)
830
{
831
func->OutputForwardDecl(*pOut);
832
return 0;
833
}
834
835
/*
836
*
Callers
nothing calls this directly
Calls
1
OutputForwardDecl
Method · 0.80
Tested by
no test coverage detected