On 06/20/2011 09:55 AM, Ludo Brands wrote: > Prototypes for routines: > > 1: void test(void *data) > 2: void test(void&data) IMHO a "&" in a function prototype definition in C is conceptional nonsense. -Michael