MCPcopy Create free account
hub / github.com/WheretIB/nullc / OutputCFunctionName

Function OutputCFunctionName

NULLC/SyntaxTreeTranslate.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void OutputCFunctionName(FILE *fOut, FunctionInfo *funcInfo)
47{
48 char fName[NULLC_MAX_VARIABLE_NAME_LENGTH + 32];
49 GetCFunctionName(fName, NULLC_MAX_VARIABLE_NAME_LENGTH + 32, funcInfo);
50 fprintf(fOut, "%s", fName);
51}
52
53bool nodeDereferenceEndInComma = false;
54

Callers 2

TranslateToCMethod · 0.85
TranslateToCMethod · 0.85

Calls 1

GetCFunctionNameFunction · 0.85

Tested by

no test coverage detected