NCEPLIBS-bufr 11.7.1
dlloctbf.c
Go to the documentation of this file.
1
5#include "bufrlib.h"
6#include "cfe.h"
7
20void 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 ...
Define signatures and declare variables for internal storage of master Code/Flag table entries.
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