lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] typo in src/core/pbuf.c:770


From: leon . woestenberg
Subject: Re: [lwip-users] typo in src/core/pbuf.c:770
Date: Wed, 26 Mar 2003 13:28:19 +0100


> BTW some compilers (or better some embedded libc) do not support the %p
> format specifier.
> Wouldn't it better to use %x instead ?
> GP
>


Better would be that %p is supported in the compiler. We do not always
want lwIP to adapt to the largest common denominator of all develop
tools out there.

The output of %p looks like %lx on some common platforms, but
on uC's with page/segment/offset based addressing schemes.

Maybe the question must be: to what C standard do we adhere?


Regards,

Leon Woestenberg


reply via email to

[Prev in Thread] Current Thread [Next in Thread]