abort.3am - Man Page

exit without running END rules

Synopsis

@load "abort"

abort(11)

Description

The abort extension adds a function named abort(), as follows:

abort([exit-val])

This function takes an integer argument and passes that value to the exit(3) C library function.  If the argument is not numeric, it passes zero to exit(3). No matter what, gawk exits.

Example

@load "abort"
...
printf "Goodbye, cruel world!\n"
abort(11)

See Also

exit(3)

Author

Arnold D. Robbins

Copying Permissions

Copyright © 2018, Free Software Foundation, Inc.

Permission is granted to make and distribute verbatim copies of this manual page provided the copyright notice and this permission notice are preserved on all copies.

Permission is granted to copy and distribute modified versions of this manual page under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.

Permission is granted to copy and distribute translations of this manual page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation.

Referenced By

assert(3), assert_perror(3), guestfs(3), jemalloc(3), mallopt(3), mcheck(3), memcapable(1), nbdkit-release-notes-1.14(1), pmemobj_tx_begin(3), rawshark(1), signal(7), signal-safety(7), snobol4key(1), stdio(3), stress-ng(1), Tcl_Panic(3), tshark(1), vtc(7), wireshark(1).

Jan 08 2018 Free Software Foundation GNU Awk Extension Modules