SPC  Version 0.9.5
 All Files Functions Groups Pages
ex_tolower.spc

This is an example of how to use the tolower function.

task main()
{
printf("tolower('C') = %d\n", tolower('C'));
}