AIRES library reference: smatch.


c
c     Routine directly callable from C/C++ (it could be necessary to
c     append an underscore, "_", to its name depending on the C/C++
c     compiler used).
c
c
      function smatch(string1, string0, minlen0)
c
c     Comparing a string against another one, and checking if both
c     strings match in the sense of IDL directive abbreviations.
c
c     Written by: S. J. Sciutto, La Plata 1999, 2019.
c
c
c     Arguments:
c     =========
c
c     string1......... (input, character*(*)) The string to check.
c     string0......... (input, character*(*)) The base string.
c     minlen0......... (input, integer) The minimum number of
c                      characters that must be provided. In case the
c                      length of "string" is less than minlen0, then
c                      an exact matching will be searched for.
c
c     Return value: (logical) .true. if both strings match.
c     ============
c
c
c<--->


These pages are maintained by
Sergio J. Sciutto
Back to AIRES library index
Back to AIRES home [HOME]