NCEPLIBS-bufr
11.7.0
|
Capitalize a character string. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | capit (STR) |
This subroutine capitalizes all of the alphabetic characters in a string. More... | |
Capitalize a character string.
Definition in file capit.f.
subroutine capit | ( | character*(*) | STR | ) |
This subroutine capitalizes all of the alphabetic characters in a string.
The string is modified in place.
[in,out] | STR | – character*(*): String |
Program History Log:
Date | Programmer | Comments |
---|---|---|
2002-05-14 | J. Woollen | Original author |
2012-03-02 | J. Ator | Changed name of ups array to upcs to avoid namespace contention with function ups() |
Definition at line 18 of file capit.f.
Referenced by cmpmsg(), codflg(), elemdx(), stbfdx(), stdmsg(), and strcpt().