Date: Mon, 1 Feb 1999 19:08:15 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Johannes Klarenbeek cc: djgpp AT delorie DOT com Subject: Re: lib help In-Reply-To: <79418g$k97$1@news.worldonline.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 1 Feb 1999, Johannes Klarenbeek wrote: > Is there some C lib quick reference guide or something??? It's called "Library Reference", and is in the file libc.info. You need an Info reader to browse the docs. One such reader is in the v2gnu/txi312b.zip package; for other alternatives, see sections 5.1 and 5.2 of the FAQ. For example, here's how you quickly get to the description of the `opendir' function (declared on ): info libc alpha opendir (This should be typed from the command prompt, assuming that you installed txi312b.zip.)