NCEPLIBS-bufr 11.7.1
ccbfl.c
Go to the documentation of this file.
1
5#include "bufrlib.h"
6#include "cobfl.h"
7
20void 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 ...
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...
FILE * pbf[2]
File pointers.