libsim Versione 7.1.11

◆ cstr_to_fchar()

character(len=size(cstr)-1) function, public cstr_to_fchar ( integer(kind=int_b), dimension(:), intent(in)  cstr)

Converts a null-terminated C-style string into a Fortran CHARACTER variable of the same length, the null termination character is removed.

Parametri
[in]cstrvariable to be converted

Definizione alla linea 790 del file char_utilities.F90.

791
792
797FUNCTION line_split_new(line, ncols) RESULT(this)
798CHARACTER(len=*), INTENT(in) :: line
799INTEGER, INTENT(in), OPTIONAL :: ncols
800
801TYPE(line_split) :: this
802
803INTEGER :: nw, nwords, nlines, columns_in_line, words_in_line, ncols_next_word
804

Generated with Doxygen.