3.3.48. scriba_SaveCode()

[<<<] [>>>]

Call this function to save the compiled byte code of the program into a specific file. This function is called by the function @xref{scriba_SaveCacheFile()}.

int scriba_SaveCode(pSbProgram pProgram,
                     char *pszCodeFileName
  ){
The function does nothing else, but calls build_SaveCode.

The return code is zero or the error code returned by build_SaveCode.


[<<<] [>>>]