2 * support.c -- minimal support functions. This is to keep the exit code
3 * generic enough that pattern matching from expect should be easier.
7 #define PRINT printf /* so we can test on a native system */
9 #define PRINT iprintf /* this is only in newlib */
16 PRINT ("FAIL: %s\n", str
);
23 PRINT ("PASS: %s\n", str
);