46 void wrdesc( f77int desc, f77int descary[], f77int *ndescary )
53 if ( ( *ndescary + 1 ) < MAXNC ) {
54 descary[(*ndescary)++] = desc;
57 sprintf( errstr,
"BUFRLIB: WRDESC - EXPANDED SECTION 3 CONTAINS"
58 " MORE THAN %d DESCRIPTORS", MAXNC );
59 bort( errstr, ( f77int ) strlen( errstr ) );
Define signatures to enable a number of BUFRLIB subprograms to be called directly from C application ...
void wrdesc(f77int desc, f77int descary[], f77int *ndescary)
C C SUBPROGRAM: WRDESC C PRGMMR: ATOR ORG: NP12 DATE: 2004-08-18 C C ABSTRACT: GIVEN THE BIT-WISE REP...
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...