#ifndef TCPL_PRINT_H #define TCPL_PRINT_H /* * Define the print functions for this project */ extern char *arg0; int tcpl_print(char* s); #endif