[Back to Interface] [Prev] [Next]

HEprint/heprnt

VOID HEprint(FILE *stream, int32 level)

stream IN:

Stream to print error message to

level IN:

Level of error stack to print

Purpose

Prints information to the error stack.

Return value

None.

Description

If level is 0, all of the errors currently on the error stack are printed. Output from this function is sent to the file pointed to by stream.

The following information is printed: the ASCII description of the error, the reporting routine, the reporting routine as source file name, and the line at which the error was reported. If the programmer has supplied extra information by means of HEreport, this information is printed as well.

The FORTRAN-77 routine uses one less parameter than the C routine because it doesn't allow the user to specify the print stream. Instead, it always prints to stdout.

FORTRAN

integer heprnt(level)

integer level



[Back to Interface] [Prev] [Next]

hdfhelp@ncsa.uiuc.edu
HDF Reference Manual - 07/29/98, NCSA HDF Development Group.