#include #include #include "myheader.h" int main() { char line[100]; while (gets(line) != NULL) printf("%d\n", foo(line)); return EXIT_SUCCESS; }