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_SaveCCode(pBuildObject pBuild,
char *szFileName
){