1 2 3 4 5 6 7
#include <string.h> #include "convstr.h" int gconvstrs(int* in) { return (toupper(in)); }