swiftest_io_get_token Interface

interface
public module function swiftest_io_get_token(buffer, ifirst, ilast, ierr) result(token)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: buffer

Input string buffer

integer(kind=I4B), intent(inout) :: ifirst

Index of the buffer at which to start the search for a token

integer(kind=I4B), intent(out) :: ilast

Index of the buffer at the end of the returned token

integer(kind=I4B), intent(out) :: ierr

Error code

Return Value character(len=:),allocatable

Returned token string