NCEPLIBS-bufr  12.0.1
capit.f File Reference

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...
 

Detailed Description

Capitalize a character string.

Author
J. Woollen
Date
2002-05-14

Definition in file capit.f.

Function/Subroutine Documentation

◆ capit()

subroutine capit ( character*(*)  STR)

This subroutine capitalizes all of the alphabetic characters in a string.

The string is modified in place.

Parameters
[in,out]STR- character*(*): String
Author
J. Woollen
Date
2002-05-14

Definition at line 12 of file capit.f.

Referenced by cmpmsg(), codflg(), elemdx(), stbfdx(), stdmsg(), and strcpt().