On Mon, May 30, 2005 at 04:22:20PM +0200, Hans Aberg wrote: > Under C++, for example, the name is really std::strlen, not strlen.
Not if you include string.h, which happens when compiling C code.
On Mon, May 30, 2005 at 04:22:20PM +0200, Hans Aberg wrote: > Under C++, for example, the name is really std::strlen, not strlen.
Not if you include string.h, which happens when compiling C code.