From: Christoph Bussenius <busseniu@cip.physik.uni-muenchen.de>
To: linux-c-programming@vger.kernel.org
Subject: Re: time_t ???
Date: Fri, 14 May 2004 11:29:06 +0200 [thread overview]
Message-ID: <20040514092905.GA2384@opaque> (raw)
In-Reply-To: <20040514094051.77625.qmail@web61104.mail.yahoo.com>
On Fri, May 14, 2004 at 07:40:51PM +1000, behzad chenaghlou wrote:
> What is exactly the "time_t" struct?
time_t isn't a struct, it is merely a bare int, as far as I know.
However, there is a struct timeval:
struct timeval {
long tv_sec;
long tv_usec;
};
Regards,
Christoph
--
``There's no dark side of the moon, really
Matter of fact, it's all dark''
--Pink Floyd
next prev parent reply other threads:[~2004-05-14 9:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-14 9:40 time_t ??? behzad chenaghlou
2004-05-14 9:29 ` Christoph Bussenius [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-05-14 10:44 Sanjay Kumar, Noida
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040514092905.GA2384@opaque \
--to=busseniu@cip.physik.uni-muenchen.de \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).