27 CALL
errwrt(
'***********BUFR ARCHIVE LIBRARY ABORT**************')
29 CALL
errwrt(
'***********BUFR ARCHIVE LIBRARY ABORT**************')
subroutine errwrt(STR)
This subroutine allows the user to specify a custom location for the logging of error and diagnostic ...
void bort_exit(void)
This subroutine terminates the application program with a non-zero status code.
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...