Inital Commit
This commit is contained in:
9
lib/print.h
Normal file
9
lib/print.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef TCPL_PRINT_H
|
||||
#define TCPL_PRINT_H
|
||||
/*
|
||||
* Define the print functions for this project
|
||||
*/
|
||||
|
||||
int tcpl_print(char* s);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user