On Thursday, May 15, 2003, at 01:25 AM, David Laight wrote: > gcc might even convert that one to an inlined memcpy! Correct, GCC will optimize certain types of string copies where the length is known at compile time. -- Jason R. Thorpe <thorpej@wasabisystems.com>