Synopsis
void ugn_GetLower(char *buf)
Purpose
Convert string from upper case to lower case.
Description
Routine to push all ASCII characters from A to Z to lowercase. The input data is analyzed until a null character is found.
Input
buf
Upper case string
Output
buf
Lower case string