delorie.com/archives/browse.cgi | search |
From: | Martin Str|mberg <ams AT ludd DOT luth DOT se> |
Message-Id: | <200104041827.UAA04284@mother.ludd.luth.se> |
Subject: | Re: Bug00323, final? (LONG) |
To: | djgpp-workers AT delorie DOT com |
Date: | Wed, 4 Apr 2001 20:27:36 +0200 (MEST) |
In-Reply-To: | <9003-Wed04Apr2001192538+0200-eliz@is.elta.co.il> from "Eli Zaretskii" at Apr 04, 2001 07:25:39 PM |
X-Mailer: | ELM [version 2.5 PL2] |
MIME-Version: | 1.0 |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
According to Eli Zaretskii: > Thanks. If I understand the results correctly, fopen and fdopen do > seek to the end, while open does not? Not quite. Your right about open() and fdopen(), but while fopen(x, "a") seeks to the end, fopen(x, "a+") does not. In short very varying results. I suggest we don't do any seeks. Right, MartinS
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |