Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ANSI + ProC ???
In article <33AFC7BA.39A3_at_ats.nld.alcatel.nl>
ven_at_ats.nld.alcatel.nl "Bas Ven" writes:
>Hi,
>
>I am trying to get the following typedef to be accepted by
>the Oracle ProC (version 2.0.6.0.0) precompiler. The docs
>state that this precompiler is ANSI compliant
>(with the CODE option).
>
>When I create the following declaration:
>
>typedef struct {
> int i;
> int b;
>} Test, *pTest;
That is fine in C, assuming that it appears in an appropriate context in the program.
-- ----------------------------------------- Lawrence Kirby | fred_at_genesis.demon.co.uk Wilts, England | 70734.126_at_compuserve.com -----------------------------------------Received on Tue Jun 24 1997 - 00:00:00 CDT
![]() |
![]() |