Initializing help system before first use

XPRMdbg_findproclndx

XPRMdbg_findproclndx


Purpose
Find the line index of a procedure or function.
Synopsis
int XPRMdbg_findproclndx(XPRMmodel model, XPRMproc proc);
Arguments
model 
Reference to a model
proc 
Reference to a procedure or function
Return value
Line index of the first statement of the routine, 0 if proc is NULL or -1 in case of error.
Further information
This funtion returns the line index corresponding to the first statement of the provided procedure or function (as returned by XPRMfindident).
Related topics