VPrintFatalError




Name
  VPrintFatalError - prints the fatal error message and exits.
 
Synopsis
  VPrintFatalError(function, msg, value)
  char *function;
  char *msg;
  int value;
 
Description
  VPrintFatalError prints out the proper fatal error message to the
standard error stream and exits from the current process.
 
Return Value
  Does not return.
 
Parameters
  function - specifies the name of the function calling this function.
  msg - specifies a string of message to be output.
  value - specifies the assigned value to be reported in the error message.
 
Side Effects
  None.
 
Entry Conditions
  None.
 
Related Functions
  None.