GithubHelp home page GithubHelp logo

apue's Introduction

APUE

APUE(Advanced Programming in the UNIX Environment (Third Edition))

UNIX 环境高级编程 第三版

apue_err.c

Functions that print error to stderr.

输出至标准错误的出错函数

函数
functino
从strerror添加字符串?
add str from strerror?
strerror的参数
args of strerror
终止?
terminate?
err_dump 是 Yes errno abort();
err_exit 是 Yes 显式参数
Explicit parameter
exit(1);
err_msg 否 No return;
err_quit 否 No exit(1);
err_ret 是 Yes errno return;
err_sys 是 Yes errno exit(1);
err_cont 是 Yes 显式参数
Explicit parameter
return;

apue_log.c

Error print functions for daemon.

用于守护进程的出错函数

函数
functino
从strerror添加字符串?
add str from strerror?
strerror的参数
args of strerror
终止?
terminate?
log_msg 否 No return;
log_quit 否 No exit(2);
log_ret 是 Yes errno return;
log_sys 是 Yes errno exit(2);
log_exit 是 Yes 显式参数
Explicit parameter
exit(2);

apue's People

Contributors

chensmallx avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.