Search | Google it | Results 1 - 4 of 4 for fundef:isascii (0.00 seconds) |
125: int 126: isascii(int c) 127: {
168: #if __BSD_VISIBLE || __XPG_VISIBLE 169: __only_inline int isascii(int c) 170: {
120: LIBKERN_INLINE int 121: isascii(int ch) 122: {
184: #if !defined(isascii) /*%< XXX - could be a function */ 185: # define isascii(c) (!(c & 0200)) 186: #endif