This shows you the differences between two versions of the page.
|
c:conio.h:textcolor [2013/02/03 17:00] 158.181.88.241 |
c:conio.h:textcolor [2024/02/16 01:05] (current) |
||
|---|---|---|---|
| Line 32: | Line 32: | ||
| { | { | ||
| textcolor(BLUE+BLINK); | textcolor(BLUE+BLINK); | ||
| - | cprintf("textcolor c example"); | + | cprintf("textcolor c example with a blue blinking text"); |
| getch(); | getch(); | ||
| return 0; | return 0; | ||
| Line 39: | Line 39: | ||
| ===== output of textcolor c example ===== | ===== output of textcolor c example ===== | ||
| - | textcolor c example | + | textcolor c example with a blue blinking text |
| + | {{:c:conio.h:textcolor.png?nolink|}} | ||