From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <43a9e52b883c4995d7f15f386fd09034@terzarima.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] x11-init.c From: Charles Forsyth Date: Wed, 23 Jun 2004 06:02:20 +0100 In-Reply-To: <20040623012317.5480.qmail@g.galapagos.bx.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: aa769eba-eacd-11e9-9e20-41e7f4b1d025 >>Gcc has a way to tell the compiler to check printf like varargs functions. i was fairly sure, last time i looked at it, that gcc `knew' what printf format letters were, including of course gcc's own extensions, in contrast to the ken C varargck pragmas that allow one to tell the compiler what they are, which helpfully works with fmtinstall. i'll look again ... doesn't gcc (it claims to be 3.3) know a lot: wc -l c-format.c 2360 c-format.c