EAGLE Help Light
Function Call
A
function call
transfers the program flow to a
user defined function
or a
builtin function
. The formal parameters defined in the
function definition
are replaced with the values of the expressions used as the actual arguments of the function call.
Příklad
int p = strchr(s, 'b');
OBSAH
Translation © 2001
ELCAD v.o.s.
, Copyright © 2001
CadSoft Computer GmbH