TODO: implement tests
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#include <stdio.h>
|
||||
#include <tcpl/tcpl.h>
|
||||
|
||||
char *arg0 = "";
|
||||
|
||||
int tcpl_print(char* s)
|
||||
{
|
||||
return printf("%s: %s\n", arg0, s);
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
* Define the print functions for this project
|
||||
*/
|
||||
|
||||
extern char *arg0;
|
||||
int tcpl_print(char* s);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user