Re: main() in C90
- From: Richard Heathfield <rjh@xxxxxxxxxxxxxxx>
- Date: Mon, 21 Jan 2008 02:23:06 +0000
CBFalconer said:
A struct tm is built by mktime,
The Standard does not require this. It's perfectly feasible (and
commonplace) for people to roll their own struct tm objects. Nor is mktime
the only standard function that builds a struct tm.
--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
.
- Follow-Ups:
- Re: main() in C90
- From: CBFalconer
- Re: main() in C90
- References:
- main() in C90
- From: Ioannis Vranos
- Re: main() in C90
- From: jacob navia
- Re: main() in C90
- From: Walter Roberson
- Re: main() in C90
- From: jacob navia
- Re: main() in C90
- From: Walter Roberson
- Re: main() in C90
- From: jacob navia
- Re: main() in C90
- From: Army1987
- Re: main() in C90
- From: CBFalconer
- main() in C90
- Prev by Date: Re: Compiler optimizations
- Next by Date: Re: When to check the return value of malloc
- Previous by thread: Re: main() in C90
- Next by thread: Re: main() in C90
- Index(es):
Relevant Pages
|