From: "Martin Ambuhl" Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem porting findfirst() to Linux Date: Wed, 1 Jul 1998 14:45:51 -0400 Organization: Nocturnal Aviation Lines: 13 Message-ID: <6ne022$r9e@news-central.tiac.net> References: <359A368D DOT 9F2DE084 AT post DOT comstar DOT ru> NNTP-Posting-Host: p11.tc1.newyo.ny.tiac.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Dim Zegebart wrote in message <359A368D DOT 9F2DE084 AT post DOT comstar DOT ru>... |Hi, |I'm porting my DJGPP code to Linux and I'm faced with problem |what findfirst() doesn't exist in Linux libc :( |So, does anybody in DJGPP-world have Linux equivalent to DJGPP |findfirst() ============ Use the POSIX functions opendir, readdir, closedir. Martin Ambuhl (mambuhl AT tiac DOT net) /* Newsgroup posts also e-mailed */