Hi,
I am writing my output using printf(...) procedure. Sometimes I would
like to use bold font.like this
interface(.... turn bold on :-) .....)
printf("something in bold\n");
interface(.... turn bold off :-) ....)
printf("something not in bold\n");
Is any way to do this?