Go to the first, previous, next, last section, table of contents.


`string-upcase!' - make a string be upper case

Usage: (string-upcase! str)
Change to upper case all the characters in an SCM string.

Arguments:
str - input/output string


Go to the first, previous, next, last section, table of contents.