Definition at line 154 of file dc_string.f90.
◆ strhead_cc()
logical function dc_string::strhead::strhead_cc |
( |
character(len = *), intent(in) |
whole, |
|
|
character(len = *), intent(in) |
head |
|
) |
| |
|
private |
Definition at line 402 of file dc_string.f90.
408 character(len = *),
intent(in):: whole
409 character(len = *),
intent(in):: head
413 result = (len(whole) >= len(head))
414 if (.not. result)
return 415 result = (whole(1:len(head)) == head)
The documentation for this interface was generated from the following file: