From jhauser@jhauser.us  Fri Feb 27 00:53:17 2004
Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64])
	by dkuug.dk (8.12.10/8.9.2) with ESMTP id i1QNqw1S083824
	for <embedded-c@dkuug.dk>; Fri, 27 Feb 2004 00:53:15 +0100 (CET)
	(envelope-from jhauser@jhauser.us)
Received: from cordia (c-24-7-96-152.client.comcast.net[24.7.96.152])
          by comcast.net (sccrmhc13) with ESMTP
          id <2004022623532101600ln04me>; Thu, 26 Feb 2004 23:53:21 +0000
From: "John Hauser" <jhauser@jhauser.us>
To: Embedded-C <embedded-c@dkuug.dk>
Date: Thu, 26 Feb 2004 15:54:24 -0800
MIME-Version: 1.0
Subject: Re: (embedded-c.194)   TR 18037
Message-ID: <403E16B0.5996.720D7F@localhost>
Priority: normal
In-reply-to: <200402262309.i1QN93BN082923@dkuug.dk>
References: <200402261936.i1QJa0Xf078873@dkuug.dk>
X-mailer: Pegasus Mail for Windows (v4.12a)
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body
X-Spam-Score: 0 () 

> I think we had the right idea the first time this came up:  Change 
> everything to a different letter.  The letter "k" would have been a good 
> choice if not for "strtok".  There are still a few other letters free.  I 
> did a quick review and came up with the following, tentative, list:
> 
>     b  m  v  w  y
> 
> Of these, I like "m" the best, [...]

> Does anyone have a different favorite, or know of a reason why it can't 
> be "m"?  We'll want to be extra sure we get it right on our third try, 
> right?  :^)

I've been doing some more checking and found that the GNU version of libc 
("glibc") supports a "%m" format in printf.  Does that mean we're down to 
four letters (b, v, w, or y)?  I've checked that glibc at least doesn't 
use any of these four.  Still, I wonder where we're going to draw the 
line if we find out that every letter is in use by somebody for 
something, as seems likely.

Personally, I'd be happy to jump into the morass and go back to "q", but 
I'm assuming that's a minority opinion.

    - John Hauser
