dadGetNackErrno

Returns the contents of the variable nack_errno if this is not available to the programming language (like in f77)
f77:  Call dadGetNackErrno( nackerr ) 
      integer nackerr
  or
C:    int dadGetNackErrno( int *nackerr );      
See also dadGetNackErrString.
This page is maintained by Wolfgang Wander