unix 썸네일형 리스트형 ourhdr.h 역시, Advanced Programming in the UNIX Environment(이하 APUE)의 기본 헤더파일. 다운 받아도 좋고, 직접 긁어 저장해도 좋다. /* Our own header, to be included *after* all standard system headers */ #ifndef __ourhdr_h #define __ourhdr_h #include /* required for some of our prototypes */ #include /* for convenience */ #include /* for convenience */ #include /* for convenience */ #include /* for convenience */ #define MAXLINE 40.. 더보기 Advanced Programming in the UNIX Environment http://www.yendor.com/programming/unix/apue/apue.html Advanced Programming in the UNIX Environment by W. Richard Stevens Addison-Wesley Professional Computing Series 0-201-56317-7 * Hardback * 768 pages * ©1992 Web/HTML/man-page-linking by: Ariel Faigon 위 주소에 가면 이 책의 모든 소스를 구할 수 있다. 정말, 주옥같은 소스코드들이 실려있는 책이다. 아직 본격적으로 본문을 읽지는 않고, 소스코드만 보고 있는데, 그것만으로도 이 책의 진가를 알 수 있다. 더보기 이전 1 다음