Re: var args in kernel?

From: Bill Davidsen
Date: Wed Dec 01 2004 - 18:00:55 EST


On Tue, 23 Nov 2004, Andreas Schwab wrote:

> Bill Davidsen <davidsen@xxxxxxx> writes:
>
> > Why can't you do dest=src? Assignment of struct to struct has been a part
> > of C since earliest times.
>
> It's not a struct, it's an array (of one element of struct type). You
> can't assign arrays.

I don't know what you read into my post, I said you can assign structs, I
didn't mention arrays. Other than you can assign elements of array of
struct, dest=src[index] format.

Why did you think I said array?

--
bill davidsen <davidsen@xxxxxxx>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/