On Fri, May 11, 2007 at 12:37:57PM +0100, Peter Corlett wrote: > By value rather than by reference. It's fairly rare in C, but common enough > in C++. What's the syntax to pass an array by value in C? I can't see any way to do it. Jon