libsim  Versione 7.2.6

◆ 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 1146 del file char_utilities.F90.

1147  case( star )
1148  if ( ll .ne. 0 ) exit
1149  method = 1
1150  case( question )
1151  if ( ll .ne. 0 ) exit
1152  method = 2
1153  start = start + 1
1154  case( backslash )
1155  p = p + 1
1156  ll = ll + 1

Generated with Doxygen.