Re: Filling in a struct timespec with the current date?
Re: Filling in a struct timespec with the current date?
- Subject: Re: Filling in a struct timespec with the current date?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Tue, 28 Jul 2009 18:51:58 +0200
Le 28 juil. 09 à 18:42, Karan, Cem (Civ, ARL/CISD) a écrit :
I'm trying to use struct timespec, and I want to initialize it to
the current date (sec & nanosec). Is there a function call that I
can call that will do so, or do I have to roll my own? Note that I'm
looking for an API that will fill in a timespec that I pass in, not
create a new one on the heap.
You can wrap your own using gettimeofday() which does what you want
but using a timeval instead of a timespec.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden