#Ansi Codes from 'C'
I would like to know how to exit ANSI text on a con: or cli window…
I've been trying 'printf("\0x9B0;33mTEST text…\0x9B0"); and it's
working but the compiler always gives me an error saying that the
Hexademical constant is t large for character..
Can anyone tell me what I'm doing wrong?? BTW, I've also tried ("\x1B0;33m
…. \x1B0\n"); but it doesn't seems to work and I've still got the same
erro. Thanks for any help. Rej