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

Function nullcTranslateToC

NULLC/nullc.cpp:299–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void nullcTranslateToC(const char *fileName, const char *mainName)
300{
301 using namespace NULLC;
302 NULLC_CHECK_INITIALIZED((void)0);
303
304#ifdef NULLC_ENABLE_C_TRANSLATION
305 compiler->TranslateToC(fileName, mainName);
306#else
307 (void)fileName;
308 (void)mainName;
309#endif
310}
311
312void nullcClean()
313{

Callers 4

RunTestsFunction · 0.85
mainFunction · 0.85
RunCodeMethod · 0.85
RunInterfaceTestsFunction · 0.85

Calls 1

TranslateToCMethod · 0.45

Tested by 3

RunTestsFunction · 0.68
RunCodeMethod · 0.68
RunInterfaceTestsFunction · 0.68