void perr_hand(
Pint err_num /* error number */ Pint func_num /* number of function that detected the error */ const char *err_file /* error file name */
)
This function handles the errors encountered by GPHIGS. By default, the function passes the parameters on to the ERROR LOGGING function.
This function can be replaced by a function specific to the application, which allows the application handle specific error situations. The last parameter is the same as specified in the OPEN PHIGS call.
open phigs, error logging, set error handling mode, set error handling