27 wrdesc(
int desc,
int *descary,
int *ndescary)
34 if ( ( *ndescary + 1 ) <
MAXNC ) {
35 descary[(*ndescary)++] = desc;
38 sprintf(errstr,
"BUFRLIB: WRDESC - EXPANDED SECTION 3 CONTAINS"
39 " MORE THAN %d DESCRIPTORS",
MAXNC);
Enable a number of NCEPLIBS-bufr subprograms to be called from within the C part of the library.
void bort_f(char *errstr)
Log one error message and abort application program.
#define MAXNC
Maximum number of descriptors within Section 3 of a BUFR message.
void wrdesc(int desc, int *descary, int *ndescary)
Maintain an array of descriptors.