Re: Question on C



If you want a miliseconds pause, you can use this:

void pause (int sec, int msec)
[...]
For instance, pause(0,250); makes a 0'250 seconds pause :)

You should probably name it something other than pause as there is a
POSIX function of the same name.

It was "pausa" (pause in spanish) so i didn't try "pause" :P

Sorry... this might be important!

.-:Namarie:-.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]