#include using namespace std; #include "libcaps.h" int main(){ char animal[] = "elephant"; caps(animal); cout << animal << endl; return 0; }