EAGLE Help
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.
Example
int p = strchr(s, 'b');
Index
|
Copyright © 1999 CadSoft Computer GmbH
|