Advanced Programming in the...Sorrow
时间:2010-09-28 来源:ashbell
Git_Core, Kernel 2.6.31.12-default Backup this codes..........maybe.........
<<Advanced Programming in the UNIX Environment>>
--Second Edition
--By W.Richard Stevens Stephen A. Rago
SouceCode: Online []
http://www.yendor.com/programming/unix/apue/apue.html
ApueBook: Website[]
http://www.apuebook.com/
include all source code in every chapter!
Error.h: using vim creat a file named error.h ` # include sys_ret, sys_dump, sys_quit......and so on.......
/**********************************************************
*this file use error include sys_ret(), sys_quit()
***********************************************************/
#include "apue.h" |