Home
last modified time | relevance | path

Searched refs:isprint (Results 1 – 1 of 1) sorted by relevance

/lib/liblwip/src/core/ipv4/
Dip_addr.c113 #ifndef isprint
115 #define isprint(c) in_range(c, 0x20, 0x7f) macro