[DGD] some klib code error?

Felix A. Croes felix at dworkin.nl
Wed Oct 24 16:22:58 CEST 2007


"Lee Jia" <bobolijia at gmail.com> wrote:

> Because I can't find where define source !

"source" is a parameter in both of the functions for which you gave
the source code.  "source..." is like "*source", it indicates how
that parameter is used in the function.

In LPC, "..." means different things depending on the context.  In
a function parameter list, it can be used after the last parameter
to indicate that this parameter is actually an array in which any
further calling arguments are collected.  In a function call, it
is used after an array argument, and causes the elements of that
array to be used as separate arguments in the call.

Regards,
Dworkin



More information about the DGD mailing list