10 lines
130 B
C
10 lines
130 B
C
#ifndef TCPL_PRINT_H
|
|
#define TCPL_PRINT_H
|
|
/*
|
|
* Define the print functions for this project
|
|
*/
|
|
|
|
int tcpl_print(char* s);
|
|
|
|
#endif
|