Code Snippets C

#include
int main()
{
int color;
textattr(128 + 10);
cprintf("This is blinking text\n");
return 0;
}