#include "print.h" #include #include char *arg0 = ""; int tcpl_print(char* s) { return printf("%s: %s\n", arg0, s); }