Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ANSI + ProC ???

Re: ANSI + ProC ???

From: Lawrence Kirby <fred_at_genesis.demon.co.uk>
Date: 1997/06/24
Message-ID: <867182747snz@genesis.demon.co.uk>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US