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