  Mixed-language programming? (DECthreads, Pascal) 
 The Question is:
 
 
Is the posix interface to DECthread available in languages other than C and
C++ (particulary in Pascal for wich I found only the CMA interface).
 
Thank you for your answer.
 
 The Answer is:
 
  The POSIX and DECthreads programming interfaces are designed for use
  from C or C++.  That said, mixed-language calling is available on
  OpenVMS -- knowledge of the calling standard and argument passing
  is required.  For details, see the OpenVMS calling standard manual.
 
