Date: Wed, 26 Jun 2002 17:34:52 -0400 Message-Id: <200206262134.g5QLYql15947@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200206262115.g5QLFAN25126@speedy.ludd.luth.se> (message from Martin Str|mberg on Wed, 26 Jun 2002 23:15:10 +0200 (CEST)) Subject: Re: FILE in stdio.h References: <200206262115 DOT g5QLFAN25126 AT speedy DOT ludd DOT luth DOT se> 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 Precedence: bulk > It looks like there's no requirement to reveal the insides of FILE in > C99. IIRC the requirement was that it be a real struct. I originally had it as opaque, and things broke.