#include #include #include "myheader.h" int main() { printf("%u\n", foo("In 476 Odoacer proclaimed himself ruler of Italy.")); printf("%u\n", foo("He was forty-three (43) years old at this time.")); return EXIT_SUCCESS; }