Measure time in minutes in C

Posted by Mark Szymanski on Stack Overflow See other posts from Stack Overflow or by Mark Szymanski
Published on 2010-05-16T18:42:19Z Indexed on 2010/05/16 18:50 UTC
Read the original article Hit count: 128

Filed under:
|
|

I am writing a program that will need to measure time in minutes.

To be exact, it will wait 10 minutes, execute some code, wait 2 minutes, execute more code and repeat this 5 times (anyone guess what I'm trying to do?) and I am wondering how to do the breaks.

Thanks in advance!

Oh, and by the way, I'm on Mac.

© Stack Overflow or respective owner

Related posts about time

Related posts about c