I've been looking all over the net for some way to make C delay the print of either each character, or entire printf statements. I need to make a small program that will display text as if it was being typed by someone else in real time, so therefore delaying the display of each character. Does anyone know how this can be done in C? (I don't care for portability from Win32 to linux on this one)

Thx in advance!