Query: __set_liberror
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__SET_LIBERROR(3pub) __SET_LIBERROR(3pub)NAME__set_liberror - modify error handling for publibSYNOPSIS#include <publib.h> void __set_liberror(enum __liberror);DESCRIPTIONUnless the documentation for the function specifies otherwise, the default action when a library function notices an error is to abort whatever it was doing and return an error indication. It is possible to change this behaviour with __set_liberror(3). The argument should be a bitwise OR of the following values: __abort_on_error __exit_on_error __complain_on_error Note that __abort_on_error and __exit_on_error are mutually exclusive, only use one.SEE ALSOpublib(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) __SET_LIBERROR(3pub)
| Related Man Pages |
|---|
| xfree(3pub) - debian |
| strltrim(3pub) - debian |
| strmaxcpy(3pub) - debian |
| strvars(3pub) - debian |
| xmalloc(3pub) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |