#include<stdio.h>void main(){ char lower, upper; upper= getchar(); lower= tolower(upper); putchar(lower);}
Standard input is empty
�
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!