From owner-cvs-all Sat Jan 29 13:51:52 2000 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 04512165CE; Sat, 29 Jan 2000 13:51:35 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@d60-025.leach.ucdavis.edu [169.237.60.25]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id NAA55187; Sat, 29 Jan 2000 13:51:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id NAA71609; Sat, 29 Jan 2000 13:51:34 -0800 (PST) (envelope-from obrien) Date: Sat, 29 Jan 2000 13:51:34 -0800 From: "David O'Brien" To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen Makefile.inc Message-ID: <20000129135134.C70968@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <3892AB60.85F0B786@jonny.eng.br> <20000129150358.Q31717@jade.chc-chimes.com> <200001292036.PAA35163@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001292036.PAA35163@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Sat, Jan 29, 2000 at 03:36:26PM -0500 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, Jan 29, 2000 at 03:36:26PM -0500, Garrett Wollman wrote: > > A point that I brought up and obrien confirmed. Using stranything() is a > > violation of the ANSI standard. Everyone keeps ignoring that. > > Um, no it isn't. Can you explain what part of the ANSI-C standard below you don't understand. ANSI X3.159-1989 American Nation Standard for Information Systems - Programming Language - C Adopted for use by the Federal Government FiPS PUB 160 Section 4 - Library Section 4.13 Future Library Directions The following names are grouped under individual headers for convenience. All external names described below are reserved no matter what headers are included by the system. Section 4.13.7 General Utilities Function names that begin with {\bf str} and a lowercase letter (followed by any combination of digits, letters, and underscore) may be added to the declarations in the header. Section 4.13.8 String Handling Function names that begin with {\bf str}, {\bf mem}, {\bf wcs} and a lower case letter (followed by an combination of digits, letters, and underscore) may be added to the declarations in the header. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message