Mail Archives: djgpp/2000/04/16/04:05:08
On 14 Apr 2000, Dieter Buerssner wrote:
> >> Also, the availability of stdprn in DJGPP
> >> depends on compiler flags. (IIRC, it won't work with -ansi.)
> >
> >Nope, stdprn is always available. You can see in stdio.h that its
> >declaration is before the "#ifdef __STRICT_ANSI__" part, which begins the
> >part that's invisible to the compiler under -ansi.
>
> Then, I must have some weird configuration. It is after
> #ifndef __STRICT_ANSI__ in my stdio.h
No, your configuration is okay, and I need glasses ;-).
You are right, stdprn is undefined under -ansi. Sorry for spreading
misinformation.
- Raw text -