Libexplain 0.50 Publishing System call Error Library

Source: Internet
Author: User
Keywords Libexplain Error Library
Tags application apt calling calls close error error library example

Libexplain a library that can be used to explain UNIX and Linux system call errors. This will make your application error information more informative to the user.

The library is not exactly an insert replacement for strerror, but it is close to each system calling a dedicated Libexplain feature.

Libexplain 0.50 This release covers 173 system calls and 547 IOCTL requests.

Example:

FD = open (path, flags, mode);
if (FD < 0)
{
&http://www.aliyun.com/zixun/aggregation/37954.html ">NBSP; fprintf (stderr, "%s\n", Explain_open (path, flags, mode));
Exit (Exit_failure);
}

Download Address:

File Description libexplain-0.50.d001.readme The README file form the tarballs. Libexplain-0.50.d001.tar.gz the complete source. Libexplain-0.50.d001.pdf the reference manual, in PDF format.

Install in Ubuntu system:

sudo add-apt-repository ppa:pmiller-opensource/ppasudo apt updatesudo apt Install
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.