Home
last modified time | relevance | path

Searched defs:ISPRINT (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dcurl_ctype.h35 #define ISPRINT(x) (ISLOWPRINT(x) || (((x) >= ' ') && ((x) <= 0x7e))) macro

Completed in 4 milliseconds