Re: Pro*C compiler error for stdio.h?
From: Beverley Williams <bev_at_starfleet.bt.co.uk>
Date: 1996/09/12
Message-ID: <518v5m$l8p_at_pheidippides.axion.bt.co.uk>#1/1
Date: 1996/09/12
Message-ID: <518v5m$l8p_at_pheidippides.axion.bt.co.uk>#1/1
>Paul (paul_at_huskynet.com) wrote:
>
>: I am trying to compile a Pro*C program on an HP
>: and am getting a compile error on stdio.h.
 
>: Any suggestions as to precompiler options that
>: can be used, etc.?
 
>: Thanks,
>: Paul
>
If you have
#include <stdio.h> 
then try 
#include "stdio.h" instead.
This worked for me on the one traumatic occassion I had to do some Pro*C.
-- Bev Williams, Contractor, BT Labs, Martlesham Heath, Ipswich. Tel : +01473 642891 Fax : +01473 637313Received on Thu Sep 12 1996 - 00:00:00 CEST
