Beginners question....
Anyone know of a command for OS X that works like windows''s "sleep(x)"? (or w/e it''s called, i just want to make the console wait for a certain amount of time before continuing)
Thank You.
Do you know of any functions that allow you to use fractions of a second?
Do you know of any functions that allow you to use fractions of a second?
usleep(), which also in the unistd.h header. If you had looked up sleep()''s manpage on an OS X system, it should have listed usleep() in the "see also" section.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement