mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
mdns.txt: LWIP_MDNS_STRNCASECMP -> lwip_strnicmp
This commit is contained in:
parent
7bcb4eafec
commit
681951c175
@ -32,9 +32,9 @@ generated.
|
|||||||
The MDNS code puts its structs on the stack where suitable to reduce dynamic
|
The MDNS code puts its structs on the stack where suitable to reduce dynamic
|
||||||
memory allocation. It may use up to 1kB of stack.
|
memory allocation. It may use up to 1kB of stack.
|
||||||
|
|
||||||
MDNS needs a strncasecmp() implementation. If you have one, define
|
MDNS (like other apps) needs a strncasecmp()/strnicmp() implementation.
|
||||||
LWIP_MDNS_STRNCASECMP to it. Otherwise the code will provide an implementation
|
If you have one, define 'lwip_strnicmp' to it. Otherwise the code will provide
|
||||||
for you.
|
an implementation for you.
|
||||||
|
|
||||||
|
|
||||||
How to use:
|
How to use:
|
||||||
|
Loading…
Reference in New Issue
Block a user