|
|
Dear all,
Would anyone be kind enough to look through your header files and tell
me how fcloseall is defined ?
I would love to know.
Many thanks in advance.
Al.
--
ANTI SPAM / ANTI ARROSAGE COMMERCIAL :
To answer me, please take out the Z from my address.
Post a reply to this message
|
|
|
|
Alain CULOS <ZAl### [at] bigfootcom> wrote:
: Would anyone be kind enough to look through your header files and tell
: me how fcloseall is defined ?
I don't think this is part of the ANSI C standard.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
|
|
Alain CULOS schrieb in Nachricht <36EEC543.ED5D5C6F@bigfoot.com>...
>Dear all,
>
>Would anyone be kind enough to look through your header files and tell
>me how fcloseall is defined ?
>I would love to know.
fcloseall closes all open streams at once, except stdin, stdout, stdprn,
stderr and stdaux. It is not ANSI-C, but is used in several DOS, Unix, Win32
and OS/2 systems. GNU C doesn't know it, AFAIK.
--
Rudy Velthuis
Post a reply to this message
|
|