Categories

Blinking text

#include

int main()
{
int color;

textattr(128 + 10);
cprintf(“This is blinking textn”);
return 0;
}

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

You must be logged in to post a comment.