mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
13fb616bb2
Let lwip use functions/macros prefixed by lwip_ internally to avoid naming clashes with external #includes. Remove over-complicated #define handling in def.h Make functions easier to override in cc.h. The following is sufficient now (no more LWIP_PLATFORM_BYTESWAP): #define lwip_htons(x) <your_htons> #define lwip_htonl(x) <your_htonl> |
||
---|---|---|
.. | ||
doxygen | ||
contrib.txt | ||
FILES | ||
mdns.txt | ||
NO_SYS_SampleCode.c | ||
ppp.txt | ||
rawapi.txt | ||
savannah.txt | ||
sys_arch.txt |