[fpc-devel] void test( void *data ) to procedure test( var data ); ? is it safe ?

Michael Schnell mschnell at lumino.de
Mon Jun 20 10:59:45 CEST 2011


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



More information about the fpc-devel mailing list