XPRMdbg_getnblndx
| XPRMdbg_getnblndx | 
  Purpose
 
  Synopsis
 
int XPRMdbg_getnblndx(XPRMmodel model);
 
  Argument
 
| 
     model 
     | 
     Reference to a model
     | 
  Return value
 
 Number of line indices or -1.
  Further information
 
 1. When a program is compiled with option
 "g" or
 "G", each statement in the source code is associated with a line index in the bim file. This function returns the total number of line indices stored: a line index ranges between 0 and
 XPRMdbg_getnblndx()-1.
 
 2. If no debugging information is included in the bim file, this function return -1.
 
  Related topics
 
 
