Re: Embedded SQL: Putting a guard around included stdio.h for convenience

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: carstenklein(at)yahoo(dot)de
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Embedded SQL: Putting a guard around included stdio.h for convenience
Date: 2003-10-08 03:16:29
Message-ID: 28938.1065582989@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Carsten Klein <carstenklein(at)yahoo(dot)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

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 2003-10-08 07:18:00 Re: Embedded SQL: Putting a guard around included stdio.h for convenience
Previous Message Stéphane Pinel 2003-10-07 13:16:34 Re: Unresolved extern symbols