NCEPLIBS-bufr 11.7.1
|
Dynamically allocate C language arrays within internal memory. More...
Go to the source code of this file.
Functions | |
void | arallocc (void) |
This subroutine is called internally during the first call to subroutine openbf() from an application program, in order to dynamically allocate internal C language arrays based on parameter values set during one or more previous calls to function isetprm(). More... | |
Dynamically allocate C language arrays within internal memory.
Definition in file arallocc.c.
#define IN_ARALLOCC |
Definition at line 6 of file arallocc.c.
void arallocc | ( | void | ) |
This subroutine is called internally during the first call to subroutine openbf() from an application program, in order to dynamically allocate internal C language arrays based on parameter values set during one or more previous calls to function isetprm().
This subroutine isn't normally called directly from an application program, since it's automatically called internally during the first call to subroutine openbf() from an application program.
Program history log:
Date | Programmer | Comments |
---|---|---|
2014-12-04 | J. Ator | Original author |
2021-05-17 | J. Ator | Allow up to 24 characters in cbunit |
Definition at line 36 of file arallocc.c.
References bort(), igetprm(), lstpos, modv_maxcd::maxcd, modv_mxmtbb::mxmtbb, modv_mxmtbd::mxmtbd, modv_nfiles::nfiles, and pb.
Referenced by openbf().