textcolor() and BLINK not working

I need to know about two functions which I used in Borland C but i cannot use it in Code::Blocks.
1. textcolor()
2.BLINK
can you tell me the replacement of these two functions in C::B and wich header file is to add to use it?
http://www.google.com/search?btnI=1&q=msdn+SetConsoleTextAttribute

SetConsoleTextAttribute( GetStdHandle( STD_OUTPUT_HANDLE ), textcolors );

Forget BLINK. It won't work. (Besides which, it's evil.)

Hope this helps.
Topic archived. No new replies allowed.