Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ OutputIdent
Function
OutputIdent
NULLC/SyntaxTreeTranslate.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
55
unsigned int indentDepth = 1;
56
void OutputIdent(FILE *fOut)
57
{
58
for(unsigned int i = 0; i < indentDepth; i++)
59
fprintf(fOut,
"\t"
);
60
}
61
62
void NodeZeroOP::TranslateToC(FILE *fOut)
63
{
Callers
1
TranslateToC
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected