lwip_islower is only used within LwIP.
 
Symbols
loading...
Files
loading...

lwip_islower macro

Syntax

#define lwip_islower(c) islower((unsigned char)(c))

Arguments

c

References

LocationText
arch.h:231
#define lwip_islower(c) islower((unsigned char)(c))
ip4_addr.c:179
val = (val << 4) | (u32_t)(c + 10 - (lwip_islower(c) ? 'a' : 'A'));