Files
tcpl/lib/print.h
2026-04-22 21:44:48 -04:00

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