|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_writlc_c (lunit, cstr, cstr_len, cchr, cchr_len) |
| Catch any bort error inside of subroutine writlc(). More... | |
Definition at line 684 of file bufrlib.F90.
| bufrlib::catch_bort_writlc_c::catch_bort_writlc_c | ( | integer(c_int), intent(in), value | lunit, |
| character(kind=c_char), dimension(*), intent(inout) | cstr, | ||
| integer(c_int), intent(in), value | cstr_len, | ||
| character(kind=c_char), dimension(*), intent(inout) | cchr, | ||
| integer(c_int), intent(in), value | cchr_len | ||
| ) |
Catch any bort error inside of subroutine writlc().
Wraps catch_bort_writlc() function.
| lunit | - Fortran logical unit number for BUFR file |
| cstr | - Mnemonic of long character string to write to data subset |
| cstr_len | - Length of cstr |
| cchr | - Long character string corresponding to cstr |
| cchr_len | - Length of cchr |
Definition at line 684 of file bufrlib.F90.