NCEPLIBS-bufr  11.5.0
 All Data Structures Files Functions Variables Pages
bort_exit.c
Go to the documentation of this file.
1 
5 #include "bufrlib.h"
6 
21 void bort_exit( void )
22 {
23  exit( EXIT_FAILURE );
24 }
Define signatures to enable a number of BUFRLIB subprograms to be called directly from C application ...
void bort_exit(void)
This subroutine terminates the application program with a non-zero status code.
Definition: bort_exit.c:21