On 1-feb-2007, at 20:46, Ed Swierk wrote:
On 2/1/07, Carl-Daniel Hailfinger <c-d.hailfinger.devel. 2006@gmx.net> wrote:
Hmmm. You know that the signedness of char is not defined?
Yes, but if functions like strlen() take a char *, then shouldn't the parameter be signed rather than unsigned?
No; plain char is unsigned on almost all mainstream architectures.
Segher