int cprintit(const char * seq) { cout << seq << endl; return 10; }