The Linux Programming Interface describes the Linux API (application programming interface)-the system calls, library functions, and other low-level interfaces that are used, directly or indirectly, by every pr
因为一个程序代码构成的重要组成部分是什么通常被称为Linux系统实际上来自GNU项目,斯托曼喜欢使用GNU / Linux”是指整个系统。命名的问题(Linux和GNU / Linux)的自由软件社区的一些争论。因为这本书主要关心的是Linux内核的API,我们通常使用术语Linux。 1.2.2 The Linux Kernel在1991年,Linus Torvals,一个在赫尔辛基...
The Linux Programming Interface (published in October 2010, No Starch Press, ISBN 978-1-59327-220-3) is a detailed guide and reference for Linux and UNIX system programming. With 1552 pages, 115 diagrams, 88 tables, nearly 200 example programs, and over 200 exercises, TLPI is the most ...
The Linux Programming Interface (published in October 2010, No Starch Press, ISBN 978-1-59327-220-3) is a detailed guide and reference for Linux and UNIX system programming. With 1552 pages, 115 diagrams, 88 tables, nearly 200 example programs, and over 200 exercises, TLPI is the most ...
——BILL GALLMEISTER,POSIX.4 Programmer’s Guide: Programming for the Real World 上册 第1章 历史和标准 1.1 UNIX和C语言简史 1.2 Linux简史 1.2.1 GNU项目 1.2.2 Linux内核 1.3 标准化 1.3.1 C编程语言 1.3.2 首个POSIX标准 1.3.3 X/Open公司和The Open Group ...
the linux programming interface可以替代APUE和UNP吗?可靠信号的处理有两个过程如下:信号产生:当这些事件...
《The Linux Programming Interface:A Linux and UNIX Programming Handbook》作者:NO STARCH PRESS,出版社:2010年11月,ISBN:1103.70。TheLinuxProgrammingInterfaceisthedefinitiveguideto
The Linux Programming Interface is the definitive guide to the Linux and UNIX programming interface聴the interface employed by nearly every application that runs on a Linux or UNIX system. In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system ...
前言主题本书将描述Linux编程接口:由UNIX操作系统的开源实现——LINUX所提供的系统调用、库函数以及其它底层接口。运行于LINUX之上的每一程序都会直接或间接地使用这些接口。这些接口允许应用程序去执行诸多任务:文件I/O、创建/删除文件和目录、创建新进程、执行程序、设置计时器、在同一计算机上发起进程或线程间通信,以及...
Linux Programmer's Manual http://www.man7.org/index.html List of source code files, by chapter, from The Linux Programming Interface The following