Dear Tom Rini,
> On Fri, Jan 11, 2013 at 03:35:48AM -, Marek Vasut wrote:
> > In case a function argument is known/fixed size array in C, the argument
> > is still decoyed as pointer instead ( T f(U n[k]) ~= T fn(U *n) ) and
> > therefore calling sizeof on the function argument will result in
On Fri, Jan 11, 2013 at 03:35:48AM -, Marek Vasut wrote:
> In case a function argument is known/fixed size array in C, the argument is
> still decoyed as pointer instead ( T f(U n[k]) ~= T fn(U *n) ) and therefore
> calling sizeof on the function argument will result in the size of the
> poin
2 matches
Mail list logo