2.5.3.12. build_SaveECode()

[<<<] [>>>]

This function saves the binary code of the program into the file given by the name szFileName in C programming language format.

The saved file can be compiled using a C compiler on the platform it was saved. The generated C file is not portable.

void build_SaveECode(pBuildObject pBuild,
                     char *pszInterpreter,
                     char *szFileName
  ){

[<<<] [>>>]