NCEPLIBS-bufr  11.5.0
 All Data Structures Files Functions Variables Pages
ccbfl.c
Go to the documentation of this file.
1 
5 #include "bufrlib.h"
6 #include "cobfl.h"
7 
18 void ccbfl( void )
19 {
20  unsigned short i;
21 
22  for ( i = 0; i < 2; i++ ) {
23  if ( pbf[i] != NULL ) fclose( pbf[i] );
24  }
25 }
Define signatures to enable a number of BUFRLIB subprograms to be called directly from C application ...
FILE * pbf[2]
File pointers.
void ccbfl(void)
This subroutine closes all system files that were opened via previous calls to subroutine cobfl()...
Definition: ccbfl.c:18
Define signatures and declare variables for reading or writing BUFR messages via a C language interfa...