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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Embedded SQL: Putting a guard around included stdio.h for convenience
Дата
Msg-id 28938.1065582989@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Embedded SQL: Putting a guard around included stdio.h for convenience  (Carsten Klein <carstenklein@yahoo.de>)
Список 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 по дате отправления:

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: [HACKERS] PQfnumber and quoted identifiers
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: Embedded SQL: Putting a guard around included stdio.h for convenience