24 subroutine cobfl_c( bfl, io ) bind(C, name='cobfl')
26 character(kind=c_char),
intent(in) :: bfl(*)
27 character(kind=c_char),
intent(in),
value :: io
43 subroutine crbmg_c( bmg, mxmb, nmb, iret ) bind(C, name='crbmg')
45 character(kind=c_char),
intent(out) :: bmg(*)
46 integer(c_int),
intent(in),
value :: mxmb
47 integer(c_int),
intent(out) :: nmb, iret
61 subroutine cwbmg_c( bmg, nmb, iret ) bind(C, name='cwbmg')
63 character(kind=c_char),
intent(in) :: bmg(*)
64 integer(c_int),
intent(in),
value :: nmb
65 integer(c_int),
intent(out) :: iret
74 subroutine ccbfl_c() bind(C, name='ccbfl')
Wrap C NCEPLIBS-bufr functions so they can be called from within Fortran application programs.