Synopsis

void ugn_GetUpper(char *buf)

Purpose

Convert string from lower case to upper case.

Description

Routine to push all ASCII characters from a to z to uppercase. The input data is analyzed until a null character is found.

Input

buf

Lower case string

Output

buf

Upper case string