problems utilitizing small pauses in c code using nanosleep – Debian
I am a C beginner and trying this and that. I want to display a string letter by letter with tiny pauses in between. So my idea was a small pause using sleep or usleep after displaying each char but…