libsim  Versione6.3.0

◆ suffixname()

character( len( input_string ) ) function, public char_utilities::suffixname ( character( * ), intent(in)  Input_String)

Return the suffix of a filename.

Parametri
[in]input_stringstring to be interpreted as a filename

Definizione alla linea 1162 del file char_utilities.F90.

1162 
1163  p = p + 1
1164  enddo
1165 
1166  !
1167  ! Now look for the literal string (if any!)
1168  !
1169  if ( method == 0 ) then
1170  !
1171  ! We are at the end of the pattern, and of the string?

Generated with Doxygen.