Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libc



On Dec 4, 12:19am, yamt%mwd.biglobe.ne.jp@localhost (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



Home | Main Index | Thread Index | Old Index