On 8/2/06, Otto Moerbeek <[EMAIL PROTECTED]> wrote:
On Wed, 2 Aug 2006, Michael C wrote:
...
> Why is it that the MetroWerks CodeWarrior 3.1 cannot handle the following?
>
> in header file (pcb.h):
> intin_baddynamic (u_int16_t, u_int16_t);
>
> in c file (pcb.c)
> int
> in_baddynamic (a, b)
On Wed, 2 Aug 2006, Michael C wrote:
> Hi,
>
> I am trying some porting examples to winscw and I have a question:
>
> Why is it that the MetroWerks CodeWarrior 3.1 cannot handle the following?
>
> in header file (pcb.h):
> intin_baddynamic (u_int16_t, u_int16_t);
>
> in c file (pcb.c)
> in
On Wed, 2 Aug 2006, Michael C wrote:
> Hi,
>
> I am trying some porting examples to winscw and I have a question:
>
> Why is it that the MetroWerks CodeWarrior 3.1 cannot handle the following?
>
> in header file (pcb.h):
> intin_baddynamic (u_int16_t, u_int16_t);
>
> in c file (pcb.c)
> in
Hi,
I am trying some porting examples to winscw and I have a question:
Why is it that the MetroWerks CodeWarrior 3.1 cannot handle the following?
in header file (pcb.h):
int in_baddynamic (u_int16_t, u_int16_t);
in c file (pcb.c)
int
in_baddynamic (a, b)
u_int16_ta;
u_
4 matches
Mail list logo