Path: csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: printf and time_t Date: Tue, 06 Jan 2026 17:14:20 -0800 Organization: None to speak of Lines: 15 Message-ID: <874ioy2phv.fsf@example.invalid> References: <10jfol6$2u6r8$1@news.xmission.com> <10jfs23$2liif$1@dont-email.me> <20260105105138.00005f0a@yahoo.com> <10jgbp7$2vdjt$1@news.xmission.com> <10jgdu9$2t8dh$1@nntp.eternal-september.org> <10jhkso$3c9r2$3@nntp.eternal-september.org> <20260106112938.00004446@yahoo.com> <10jj9st$3jbe4$2@dont-email.me> <20260106200522.000015ea@yahoo.com> <87h5sy2rlb.fsf@example.invalid> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Wed, 07 Jan 2026 01:14:21 +0000 (UTC) Injection-Info: dont-email.me; posting-host="6f871b5ffe12a84f74a2becf62529d59"; logging-data="288036"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19iJPH3675GrsO+RnYYodxa" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:OLKABnHwkaiVJivVJ0yRfCZHW2I= sha1:oHaYonHI/oj84OcDWWK1u9SftGE= Xref: csiph.com comp.lang.c:396241 Keith Thompson writes: [...] > I agree that the macros in are ugly, and I rarely > use them. If I want to print an integer value whose type I don't > know, I'll probably cast to a predefined type that I know to be > wide enough and use the specifier for that type. Though now that > I think about it, I'm more likely to do that in throwaway code; > for production code, I'd be more likely to use the macros. Correction: the macros are defined in , not . ( includes and extends it.) -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */