What is the difference between...

Janice Caron caron at serenityfirefly.com
Fri Sep 7 02:54:25 PDT 2007


What is the difference between:

 int f(const void * p, int len)

and

 int f(const(void)* p, int len)

?




More information about the Digitalmars-d mailing list