NCEPLIBS-bufr  11.6.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 
20 void ccbfl( void )
21 {
22  unsigned short i;
23 
24  for ( i = 0; i < 2; i++ ) {
25  if ( pbf[i] != NULL ) fclose( pbf[i] );
26  }
27 }
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:20
Define signatures and declare variables for reading or writing BUFR messages via a C language interfa...