From: "Edmund Horner" Newsgroups: comp.os.msdos.djgpp Subject: filelength(): POSIX or not Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Organization: Paradise Net Message-ID: <972911905.508266@shelley.paradise.net.nz> Cache-Post-Path: shelley.paradise.net.nz!unknown AT 203-96-148-237 DOT tnt0 DOT paradise DOT net DOT nz X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: Tue, 31 Oct 2000 02:19:45 +1300 NNTP-Posting-Host: 203.96.152.26 X-Complaints-To: newsadmin AT xtra DOT co DOT nz X-Trace: news.xtra.co.nz 972911906 203.96.152.26 (Tue, 31 Oct 2000 02:18:26 NZDT) NNTP-Posting-Date: Tue, 31 Oct 2000 02:18:26 NZDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com While looking for a substitute "filelength()" for use under Linux, I came upon the source for the DJGPP filelength(): src/libc/posix/sys/stat/filelen.c Does this mean that filelength() _is_ a POSIX function? According to its info page, it's "not POSIX". I am sure that Eli Zaretskii can answer his question, since the source file has his name in it(!). Thanks for bearing with this somewhat silly question, Edmund.