NCEPLIBS-bufr  11.7.0
 All Data Structures Files Functions Variables Pages
dlloctbf.c
Go to the documentation of this file.
1 
5 #include "bufrlib.h"
6 #include "cfe.h"
7 
20 void dlloctbf( void )
21 {
22  free ( cfe );
23 
24  cfe = NULL;
25 }
Define signatures to enable a number of BUFRLIB subprograms to be called directly from C application ...
struct code_flag_entry * cfe
Master Code/Flag table entries.
void dlloctbf(void)
This subroutine frees any memory that was dynamically allocated during a previous call to subroutine ...
Definition: dlloctbf.c:20
Define signatures and declare variables for internal storage of master Code/Flag table entries...