X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: What DOS call is used by libc/fopen("w") and fprints() in djgpp 2.04 beta? Date: Wed, 16 Mar 2011 07:18:28 -0700 (PDT) Organization: http://groups.google.com Lines: 6 Message-ID: References: <5b55a372-17c3-4bc6-b1c3-7ca7ab9a1612 AT u6g2000vbh DOT googlegroups DOT com> NNTP-Posting-Host: 90.181.199.10 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1300285188 13904 127.0.0.1 (16 Mar 2011 14:19:48 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 16 Mar 2011 14:19:48 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: fx23g2000vbb.googlegroups.com; posting-host=90.181.199.10; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.17) Gecko/20110123 SeaMonkey/2.0.12,gzip(gfe) Bytes: 1514 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com No, I use DJGPP 2.04, I don't know if it makes difference. fopen is called with "w" flag - create text file. I also tried fprinf/fscanf. But the problem is during fopen - that it doesn't return null under freedos... Anyway, I will forward mentioned dos functions to FD developer to check them...