Definition at line 134 of file dc_string.f90.
◆ cupper()
subroutine dc_string::toupper::cupper |
( |
character(len = *), intent(inout) |
ch | ) |
|
|
private |
Definition at line 1350 of file dc_string.f90.
1355 character(len = *),
intent(inout):: ch
1356 integer:: i, lch, idx
1360 idx = ichar(ch(i:i))
1361 if (97 <= idx .and. idx <= 122)
then 1362 ch(i:i)=char(idx - 32)
The documentation for this interface was generated from the following file: