From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Raiter Subject: Re: Directory contents Date: Sun, 28 Nov 2004 20:13:10 -0800 Message-ID: <16810.41430.860123.279387@eidolon.muppetlabs.com> References: <200411271900.48627.hitoc_mail@yahoo.it> <41A901F4.60808@optonline.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <41A901F4.60808@optonline.net> Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: Linux C programming , Linux Assembly > opendir, readdir, closedir are C standard library calls. Actually they are POSIX standard library calls. The C standard does not cover anything involving directories. b