my pages is: http://www.cflowerth.com/APUE-Practice-Code/
download source code: http://www.apuebook.com/code3e.html
$ tar -zxvf *.tar.gz
$ cd apue.3e/
$ sudo apt-get install libbsd-dev
$ sudo cp ./include/apue.h /usr/include/
$ sudo cp ./lib/libapue.a /usr/local/lib/
$ gcc 1-3.c -o 1-3 -lapue -Werror
abc
stanard implement
read and write.
file and directory
standard I/O library.
- thread
- mutex
- deadlock
- read-write lock
- barrier
- unblocked I/O
- select and poll
- Asynchronous IO
- scatter read/gather write
- mmp