STstrLC


Routine

int STstrLC (const char Si[], char So[])

Purpose

Copy a string, changing uppercase characters to lowercase

Description

This routine changes uppercase characters to lowercase.

Parameters

    Number of characters in the output string
-> const char Si[]
Input character string
<- char So[]
Output character string. This string should provide for at least as many characters as the input string. This routine accepts Si = So, in which case the output string overlays the input string.

Author / revision

P. Kabal / Revision 1.2 2003/05/09


Main Index libtsp