libsim Versione 7.2.1
|
◆ cstr_to_fchar()
Converts a null-terminated C-style string into a Fortran CHARACTER variable of the same length, the null termination character is removed.
Definizione alla linea 784 del file char_utilities.F90. 785 word_end => lev
786ELSE
787 DEALLOCATE(lev)
788ENDIF
789
790END FUNCTION word_split
791
792
797FUNCTION line_split_new(line, ncols) RESULT(this)
798CHARACTER(len=*), INTENT(in) :: line
|