#include void proper(char *word){ word[0] = toupper(word[0]); }