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