Files
tcpl/lib/print.h
2026-05-01 23:28:57 -04:00

11 lines
149 B
C

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