Subject: Re: CVS commit: src/lib/libc
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 12/03/2005 11:51:05
On Dec 4, 12:19am, yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: CVS commit: src/lib/libc
| i think it's better to revive "due to bad interface" comments.
We can do that, but in some cases it is not really bad interface. It is
the inability of c to have both:
const char *strchr(const char *, int);
and:
char *strchr(char *, int);
Having said that, I am ok with restoring them.
christos