Date: Sat, 25 Aug 2001 10:34:06 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <2110-Sat25Aug2001103406+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 Subject: Function attributes Reply-To: djgpp-workers AT delorie DOT com Should we declare some of the functions in the standard headers with suitable attributes? The ones which seem to be useful are `pure', `const', and `malloc' (and also `noreturn', `scanf' and `printf', which we already use).