home *** CD-ROM | disk | FTP | other *** search
- Path: easy.in-chemnitz.de!mkmk!floh
- From: floh@mkmk.in-chemnitz.de (Andre Weissflog)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: include:clib/stdio_protos.h - where is it?
- Message-ID: <4iIiy*XH0@mkmk.in-chemnitz.de>
- Date: Mon, 25 Mar 1996 20:35:16 CET
- Reply-To: floh@mkmk.in-chemnitz.de
- References: <354.6656T1088T147@mistral.co.uk>
- Distribution: world
- Organization: private uucp site
- X-Newsreader: Arn V 1.04
-
- In article <354.6656T1088T147@mistral.co.uk>, Adam Atkinson writes:
-
- > The SAS/C 6.50 manual says to use include:clib/stdio_protos.h rather than
- > include:stdio.h to call AmigaDos versions of stdio stuff, but I don't have
- > a file called include:clib/stdio_protos.h
- >
- I guess they mean <clib/alib_stdio_protos.h>. I would recommend
- *not* to use those functions unless you know exactly what you're
- doing, instead use the vanilla ANSI-stdio-functions that came
- with your compiler's c.lib, they are more powerful, and
- compatible with the rest of the ANSI file io stuff.
-
- Bye,
- -Floh.
-
- ====//=== Andre Weissflog <floh@mkmk.in-chemnitz.de> =======
- ...//..........."Spirits in the material world"............
- \\//......90% of everything is crap (Sturgeon's Law)......
- =\\===============================================Amiga!=
-
-