_exit
|
Miscellaneous functions |
SYNTAX | _exit() |
RETURNS | NOTHING |
FUNCTION | The function gracefully ends AFL execution at the point of the call. The code after _exit() call will
not be executed.
It is useful if you want to terminate AFL processing quicker than usual in certain situations |
EXAMPLE | if( Status("action" == actionScan )
|
SEE ALSO |
The _exit function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.