3.3.18. scriba_SetFileName()

[<<<] [>>>]

Call this function to set the file name where the source informaton is. This file name is used by the functions @xref{scriba_LoadBinaryProgram()} and @xref{scriba_LoadSourceProgram} as well as error reporting functions to display the location of the error.

int scriba_SetFileName(pSbProgram pProgram,
                       char *pszFileName
  ){
The argument pszFileName should be zchar terminated string holding the file name.
[<<<] [>>>]