#include "test.h" int to_uppercase(int a) { a -= 32; return(a); }