MCPcopy 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
55unsigned int indentDepth = 1;
56void OutputIdent(FILE *fOut)
57{
58 for(unsigned int i = 0; i < indentDepth; i++)
59 fprintf(fOut, "\t");
60}
61
62void NodeZeroOP::TranslateToC(FILE *fOut)
63{

Callers 1

TranslateToCMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected