3.3.61. scriba_LookupFunctionByName()

[<<<] [>>>]

This function should be used to get the entry point of a function knowing the name of the function. The entry point should not be treated as a numerical value rather as a handle and to pass it to functions like @xref{scriba_CallArgEx()}.

long scriba_LookupFunctionByName(pSbProgram pProgram,
                                 char *pszFunctionName
  ){
The return value of the function is the entry node index of the function named or zero if the function is not present in the program.
[<<<] [>>>]