Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c,comp.unix.wizards Subject: Re: pointer alignment when int != char * Message-ID: <6402@brl-smoke.ARPA> Date: Fri, 4-Sep-87 09:55:16 EDT Article-I.D.: brl-smok.6402 Posted: Fri Sep 4 09:55:16 1987 Date-Received: Sat, 5-Sep-87 17:32:47 EDT References: <493@its63b.ed.ac.uk> <6061@brl-smoke.ARPA> <3812@spool.WISC.EDU> <625@sugar.UUCP> <27183@sun.uucp> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 9 Xref: mnetor comp.lang.c:4156 comp.unix.wizards:4078 In article <27183@sun.uucp> guy%gorodish@Sun.COM (Guy Harris) writes: -I find the presence of -the date/time functions in the C standard somewhat questionable, as that sort -of date/time conversion is usually an OS function - both the internal format -used to represent dates and/or times, and the printable format generally used, -are OS-dependent. But the proposed ANSI C standard guarantees enough about these functions to make them useful for portable programs. That seems like a win.