From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chuck Winters Subject: Re: New (sort of) to Linux programming Date: Tue, 2 Sep 2003 09:25:48 -0400 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <20030902132548.GA28500@atl.lmco.com> References: <200309020032.37600.tlw1mac@earthlink.net> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <200309020032.37600.tlw1mac@earthlink.net> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-c-programming@vger.kernel.org Here are a few invaluable sources: "Advanced Programming in the UNIX Environment" by Richard W. Stevens "Programming with POSIX Threads" by Butenhof Posix Standards Actually, the info pages have some really good info on the C library, and a few other libraries. Chuck