Re: Embedded SQL: Putting a guard around included stdio.h for convenience - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: Embedded SQL: Putting a guard around included stdio.h for convenience
Date
Msg-id 28938.1065582989@sss.pgh.pa.us
Whole thread Raw
In response to Embedded SQL: Putting a guard around included stdio.h for convenience  (Carsten Klein <carstenklein@yahoo.de>)
List pgsql-interfaces
Carsten Klein <carstenklein@yahoo.de> writes:
> what i mean is, please, do include the following:

> #ifndef _STDIO_H
> #include <stdio.h>
> #endif /* _STDIO_H */

What platform are you on, that is so brain-dead that stdio.h doesn't
do this for itself?
        regards, tom lane


pgsql-interfaces by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: [HACKERS] PQfnumber and quoted identifiers
Next
From: Michael Meskes
Date:
Subject: Re: Embedded SQL: Putting a guard around included stdio.h for convenience