
16 Feb
2008
16 Feb
'08
9:03 a.m.
On Friday 15 February 2008, Wolfgang Denk wrote:
- return (*img)(r[0], r[1], r[2], r[3], r[4], r[5], r[6], r[7]);
I see no difference between this call and what "go" does.
well there's an obvious difference. go passes argc/argv[] as parameters where as this passes everything as parameters. as for whether you think it's needed at all, that's a different matter ;) -mike