EAGLE Help

exit()


Function
Exits from a User Language Program.

Syntax
void exit(expression);

Constants

EXIT_SUCCESS return value for successful program execution (value 0)
EXIT_FAILURE return value for failed program execution (value -1)

See also RUN

Description
The exit function terminates execution of a User Language Program. The given expression will be evaluated and the result will be the return value of the program.

Index Copyright © 1999 CadSoft Computer GmbH