#Ansi Codes from 'C'
01-Sep-90 20:53:24
Sb: #118622-#Ansi Codes from 'C'
Fm: David Art 72017,1130
To: Rejean Gravel 73617,604
Rej,
The following program works fine and does what you want:
#include <stdio.h>
main (argc,arcv)
{
printf("\x1b[33mTesting…\x1b[31m\n");
exit();
}
Hope this helps, 8)
David